OLD | NEW |
1 | 1 This is a testharness.js-based test. |
2 PASS doc.styleSheets[0].cssRules[0].cssText == '@import url("resources/import.cs
s");' | 2 PASS doc.styleSheets[0].cssRules[0].cssText == '@import url("resources/import.cs
s");' |
3 PASS doc.styleSheets[1].cssRules[0].cssText == '@import url("resources/import.cs
s") all;' | 3 PASS doc.styleSheets[1].cssRules[0].cssText == '@import url("resources/import.cs
s") all;' |
4 PASS doc.styleSheets[2].cssRules[0].cssText == '@import url("resources/import.cs
s") not tv;' | 4 PASS doc.styleSheets[2].cssRules[0].cssText == '@import url("resources/import.cs
s") not tv;' |
5 PASS doc.styleSheets[3].cssRules[0].cssText == '@import url("resources/import.cs
s") screen, tv;' | 5 PASS doc.styleSheets[3].cssRules[0].cssText == '@import url("resources/import.cs
s") screen, tv;' |
| 6 Harness: the test ran to completion. |
6 | 7 |
OLD | NEW |