4 testRunner
.dumpAsText();
6 window
.addEventListener('DOMContentLoaded', function() {
7 if (window
.internals
) {
8 var success
= internals
.isPreloaded("resources/style1.css") && !internals
.isPreloaded("resources/fail.css");
9 console
.log(success
? "PASS" : "FAIL");
13 This test requires DumpRenderTree to see the log of what resources are loaded.
14 <script src=resources/non-existant.js
></script>
15 <script>document
.write("<plaintext>");</script>
19 @import
"resources/style1.css";
21 @import
"resources/fail.css";
23 @import
"resources/fail.css";
27 @import
"resources/fail.css";
29 @import
"resources/fail.css";