5 testRunner.dumpAsText();
7 function windowEventHandler() { document.getElementById("result").innerHTML = "PASS!"; }
8 window.addEventListener('load', windowEventHandler, true)
12 Capturing load event listeners on the window should fire. This test checks if they do.<br>
13 <span id="result">FAIL!</span>