blob: 01f8cd681803089ec5f5c68e807b644914983a26 [file] [log] [blame]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function windowEventHandler() { document.getElementById("result").innerHTML = "PASS!"; }
window.addEventListener('load', windowEventHandler, true)
</script>
</head>
<body>
Capturing load event listeners on the window should fire. This test checks if they do.<br>
<span id="result">FAIL!</span>
</body>
</html>