Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / local / stylesheet-and-script-load-order.html
blob6aa67f22c495d35cac83f1a64eb6225da73bfd9b
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=stylesheet-dependent.js></script>
12 </body>
13 </html>