Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / stop-load-in-unload-handler-using-window-stop.html
blob8452683df4a0a52af496fec88e9a7ac73cc1cce6
1 <pre id="console"></pre>
2 <script>
3 if (window.testRunner) {
4 testRunner.dumpAsText();
5 testRunner.waitUntilDone();
7 function log(msg)
9 document.getElementById('console').appendChild(document.createTextNode(msg + "\n"));
12 function pass()
14 log("PASS");
15 if (window.testRunner)
16 testRunner.notifyDone();
19 function fail()
21 log("FAIL");
22 if (window.testRunner)
23 testRunner.notifyDone();
25 </script>
26 <iframe src="resources/subframe-stop-load-in-unload-handler-using-window-stop.html"></iframe>