blob: 2d981d85d8540702e1c329bb7f67c31a9eea0d8f [file] [log] [blame]
Test for cssText of ':host-context()' 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-context(div, body.mytheme, p#myid, .bar:first-child, span:hover) > div { display: block; }"
PASS document.getElementById('style1').sheet.cssRules.item(1).cssText is ":host-context(*) { display: block; }"
PASS document.getElementById('style-invalid').sheet.cssRules.length is 0
PASS successfullyParsed is true
TEST COMPLETE