blob: 046bb597b7547da56d564c4f6ca663d04c49bed6 [file] [edit]
<!-- webkit-test-runner [ dumpResourceResponseMIMETypes=* ] -->
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
This test requires DumpRenderTree to see the log of what resources are loaded.
<script src=resources/non-existant.js></script>
<script>document.write("<plaintext>");</script>
<style>
@charset "ascii";
/* */
@import "resources/style1.css";
em {
@import "resources/fail.css";
}
@import "resources/fail.css";
</style>
<style>
@media print {
@import "resources/fail.css";
}
@import "resources/fail.css";
</style>