Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / 3rd-level-iframe-with-blocking-resource.php
bloba9113aafd1472d4828e2d5903ac08c630c7eea22
1 <?php
2 sleep(1);
3 print "
4 <html>
5 <head>
6 <script src='notfound.js'></script>
7 <style>body { background-color: red; }</style>
8 </head>
9 <body>
10 PASS.
11 <script>
12 if (window.testRunner) {
13 testRunner.notifyDone();
15 </script>
16 </body>
17 </html>";