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 016a0c6 commit 62c2ad0Copy full SHA for 62c2ad0
src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/NodeTest.java
@@ -1344,8 +1344,8 @@ public void eventListener() throws Exception {
1344
+ " }\n"
1345
+ " function test() {\n"
1346
+ " var e = document.getElementById('myAnchor');\n"
1347
- + " e.addEventListener('click', clicking1, false);\n"
1348
- + " e.addEventListener('click', clicking2, false);\n"
+ + " e.addEventListener('click', clicking1, false);\n"
+ + " e.addEventListener('click', clicking2, false);\n"
1349
1350
+ "</script></head><body onload='test()'>\n"
1351
+ " <a href='second' id='myAnchor'>Click me</a>\n"
0 commit comments