blob: 06ba824c87c1592e85d90082b58249884569a8a3 [file] [log] [blame]
This tests that querySelector and querySelectorAll don't crash when used in a viewless document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS testDoc.querySelector('p') is p1
PASS testDoc.querySelectorAll('span').length is 2
PASS testDoc.querySelectorAll('span').item(1) is s2
PASS testDoc.querySelector('.d1') is d1
PASS testDoc.querySelectorAll('p span').length is 1
PASS successfullyParsed is true
TEST COMPLETE