blob: 5c6a052e17497cfa8856350a7d188a6dfd3a5424 [file] [log] [blame]
This is a testharness.js-based test.
PASS doc.styleSheets[0].cssRules[0].cssText == '@import url("resources/import.css");'
PASS doc.styleSheets[1].cssRules[0].cssText == '@import url("resources/import.css") all;'
PASS doc.styleSheets[2].cssRules[0].cssText == '@import url("resources/import.css") not tv;'
PASS doc.styleSheets[3].cssRules[0].cssText == '@import url("resources/import.css") screen, tv;'
Harness: the test ran to completion.