We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d1508 commit a44f412Copy full SHA for a44f412
src/test/java/org/htmlunit/WebDriverTestCase.java
@@ -191,7 +191,8 @@ public abstract class WebDriverTestCase extends WebTestCase {
191
* Function used in many tests.
192
*/
193
public static final String LOG_WINDOW_NAME_FUNCTION =
194
- " function log(msg) { window.top.name += msg + '\\u00a7'; }\n window.top.name = '';"
+ " function log(msg) { window.top.name += msg + '\\u00a7'; }\n"
195
+ + " window.top.name = '';"
196
+ LOG_EX_FUNCTION;
197
198
/**
0 commit comments