Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / missing-style-sheet.html
blobf05bed7fd2534fd6fdd72d570b044e6d6fc59007
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 function didLoad()
6 document.getElementById("loadStatus").innerText = "PASS: Load event fired.";
8 window.addEventListener("load", didLoad);
9 </script>
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.
14 <p id="loadStatus">
15 FAIL: Load event did not fire.
16 </p>