blob: 3fcdf4ffe7fe06d37c4e032b8c67d0a96d75b598 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<link rel=stylesheet href="data:text/css,span{color:green;}">
Test that inline script blocks on stylesheet load:
<span>
<script>
document.write(document.styleSheets[0] ? "PASS" : "FAIL");
</script>
</span>