abarth@webkit.org | 56f0ab2 | 2010-06-18 02:01:00 +0000 | [diff] [blame] | 1 | <body> |
| 2 | <script> |
rniwa@webkit.org | 59a6acf | 2012-08-02 05:53:47 +0000 | [diff] [blame] | 3 | if (window.testRunner) { |
| 4 | testRunner.dumpAsText(); |
| 5 | testRunner.dumpResourceResponseMIMETypes(); |
abarth@webkit.org | 56f0ab2 | 2010-06-18 02:01:00 +0000 | [diff] [blame] | 6 | } |
| 7 | </script> |
| 8 | This test requires DumpRenderTree to see the log of what resources are loaded. |
| 9 | <script src=resources/non-existant.js></script> |
abarth@webkit.org | 1631b85 | 2010-06-18 02:48:27 +0000 | [diff] [blame] | 10 | <script>document.write("<plaintext>");</script> |
abarth@webkit.org | 56f0ab2 | 2010-06-18 02:01:00 +0000 | [diff] [blame] | 11 | <style> |
simonjam@chromium.org | 226fe38 | 2011-04-05 09:27:58 +0000 | [diff] [blame] | 12 | @charset "ascii"; |
| 13 | /* */ |
abarth@webkit.org | 56f0ab2 | 2010-06-18 02:01:00 +0000 | [diff] [blame] | 14 | @import "resources/style1.css"; |
simonjam@chromium.org | 226fe38 | 2011-04-05 09:27:58 +0000 | [diff] [blame] | 15 | em { |
| 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.org | 56f0ab2 | 2010-06-18 02:01:00 +0000 | [diff] [blame] | 25 | </style> |