106-external-import.html (558B)
1 <!DOCTYPE html> 2 <html><head> 3 <title> scheduler: stylesheets blocking external parser-blocking scripts</title> 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <!-- this stylesheet blocks scripts --> 7 <link rel="stylesheet" href="css/import.css?pipe=trickle(d2)"> 8 </head> 9 <body> 10 <div id="log">FAILED (This TC requires JavaScript enabled)</div> 11 <div id="test">Test</div> 12 13 <script src="scripts/check-style-sheet.js"></script> 14 </body></html>