2009-11-27 Daniel Bates <dbates@webkit.org>
[webkit:qtwebkit.git] / LayoutTests / http / tests / local / stylesheet-and-script-load-order-http.html
1 <html>
2 <head>
3     <script>  
4         if (window.layoutTestController)
5             layoutTestController.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>