blob: f5e2db224d57eae4823170af44c9ae626ea6775d [file] [log] [blame]
Test for cssText of ':host()' rule.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementById('style1').sheet.cssRules.item(0).cssText is ".foo:host(div, body.mytheme, p#myid, .bar:first-child, span:hover) > div { display: block; }"
PASS document.getElementById('style1').sheet.cssRules.item(1).cssText is ":host { display: block; }"
PASS document.getElementById('style1').sheet.cssRules.item(2).cssText is ":host(*) { display: block; }"
PASS document.getElementById('style-invalid').sheet.cssRules.length is 0
PASS successfullyParsed is true
TEST COMPLETE