Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / local / stylesheet-and-script-load-order-http.html
blob8aae6fa3099810199745138efb8cfe1c4865369d
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <link rel=stylesheet href="http://127.0.0.1:8000/local/slow-css-pass.cgi">
8 </head>
9 <body>
10 <p>Test that stylesheet loads complete before external scripts are executed.</p>
11 <script src="http://127.0.0.1:8000/local/stylesheet-dependent.js"></script>
12 </body>
13 </html>