3 testRunner
.dumpAsText();
5 Test that inline scripts inserted by a script don't block on stylesheet loads:
8 document
.write('<link rel=stylesheet href="data:text/css,span{color:green;}"><script>didRun = true;<' + '/script>');
9 document
.write(didRun
? "PASS" : "FAIL");