blob: 172fbbde3fab54ff1578acb5a17c8b57a90e243a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function loaded()
{
document.getElementById("result").innerHTML = "PASS";
if (window.layoutTestController)
layoutTestController.notifyDone();
}
if (window.layoutTestController) {
layoutTestController.waitUntilDone();
layoutTestController.dumpAsText()
}
</script>
</head>
<body onload="loaded();//">
<p>This test checks whether single line comments are parsed correctly in event handlers.
<div id="result">FAIL</div>
</body>
</html>