blob: bfb52af0c9fb2634e8d44144fba6adf61127b6a7 [file] [log] [blame]
Verify selectors with conflicting :lang().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.querySelectorAll(":lang(fr):lang(en)").length is 0
PASS document.querySelectorAll(":lang(en):lang(fr)").length is 0
PASS getComputedStyle(document.getElementById("target")).color is "rgb(0, 0, 0)"
PASS successfullyParsed is true
TEST COMPLETE