4 <script type=
"text/javascript">
7 document
.getElementById("result").innerHTML
= "PASS";
9 testRunner
.notifyDone();
12 if (window
.testRunner
) {
13 testRunner
.waitUntilDone();
14 testRunner
.dumpAsText()
18 <body onload=
"loaded();//">
19 <p>This test checks whether single line comments are parsed correctly in event handlers.
20 <div id=
"result">FAIL
</div>