3 testRunner
.dumpAsText();
6 document
.getElementById("loadStatus").innerText
= "PASS: Load event fired.";
8 window
.addEventListener("load", didLoad
);
11 <link href=
"/adeleandbethrock.css" rel=
"stylesheet" type=
"text/css">
13 This test passes if it does not ASSERT that the document's pending style sheet count is less than
0, and the load event fires.
15 FAIL: Load event did not fire.