chromium/third_party/blink/web_tests/fast/dom/shadow/host-context-pseudo-class-css-text-expected.txt

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(body.mytheme) > 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