blob: 5b4a823e4f9310ee70a04080a7167fbbae1d542e [file] [log] [blame]
PASS document.querySelector('div SPAN').textContent is 'lower'
PASS document.querySelector('div p').textContent is 'UPPER'
PASS document.getElementById('lower1').matches('div SPAN') is true
PASS document.getElementById('UPPER1').matches('div p') is true
PASS document.getElementById('lower1').webkitMatchesSelector('div SPAN') is true
PASS document.getElementById('UPPER1').webkitMatchesSelector('div p') is true
PASS successfullyParsed is true
TEST COMPLETE