Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / write-while-waiting.html
blob08ef80929ff1b3fab9a23675d5b0e3b56851e359
1 <html>
2 <body>
3 FAIL
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 setTimeout("document.write('PASS');document.close();", 100);
9 </script>
10 <script src="resources/script-slow1.pl"></script>
11 </body>
12 </html>