blob: 71c59fb4d6034cfa43e91832a83387410109808c [file] [log] [blame]
<!DOCTYPE html>
<html><head>
<title> scheduler: stylesheets blocking external module scripts</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<!-- this stylesheet blocks scripts -->
<link rel="stylesheet" href="css/background.css?pipe=trickle(d2)">
</head>
<body>
<div id="log">FAILED (This TC requires JavaScript enabled)</div>
<div id="test">Test</div>
<script src="scripts/check-style-sheet.js" type="module"></script>
</body></html>