Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / ping-error.html
bloba3f00b6c1e458a2ec9e5b242f5a4d7707a42abd5
1 <body>
2 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=46579">bug 46579</a>:
3 Reproducible crash in appcache code when closing pgatour.com</p>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.waitUntilDone();
8 testRunner.setCanOpenWindows();
11 function done()
13 if (window.testRunner)
14 setTimeout('testRunner.notifyDone()', 0);
17 window.open("resources/ping-error-window.html");
18 </script>