blob: cb57bd24a7d088824f0df2c9dffb80825003cb25 [file] [log] [blame]
abarth@webkit.org56f0ab22010-06-18 02:01:00 +00001<body>
2<script>
rniwa@webkit.org59a6acf2012-08-02 05:53:47 +00003if (window.testRunner) {
4 testRunner.dumpAsText();
5 testRunner.dumpResourceResponseMIMETypes();
abarth@webkit.org56f0ab22010-06-18 02:01:00 +00006}
7</script>
8This test requires DumpRenderTree to see the log of what resources are loaded.
9<script src=resources/non-existant.js></script>
abarth@webkit.org1631b852010-06-18 02:48:27 +000010<script>document.write("<plaintext>");</script>
abarth@webkit.org56f0ab22010-06-18 02:01:00 +000011<style>
simonjam@chromium.org226fe382011-04-05 09:27:58 +000012@charset "ascii";
13/* */
abarth@webkit.org56f0ab22010-06-18 02:01:00 +000014@import "resources/style1.css";
simonjam@chromium.org226fe382011-04-05 09:27:58 +000015em {
16 @import "resources/fail.css";
17}
18@import "resources/fail.css";
19</style>
20<style>
21@media print {
22 @import "resources/fail.css";
23}
24@import "resources/fail.css";
abarth@webkit.org56f0ab22010-06-18 02:01:00 +000025</style>