haikuwebkit/LayoutTests/fast/dom/SelectorAPI/caseTagX-expected.txt

8 lines
246 B
Plaintext

PASS document.querySelector('div SPAN') is null
PASS document.getElementById('lower1').matches('div SPAN') is false
PASS document.getElementById('lower1').webkitMatchesSelector('div SPAN') is false
PASS successfullyParsed is true
TEST COMPLETE