blob: 870bec1a3e00bf730e763c69b4fedf3e463fb3c6 [file] [log] [blame]
PASS document.querySelector('div[baR]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[baR]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[baR]') is true
PASS document.querySelector('div[bar]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[bar]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[bar]') is true
PASS document.querySelector('div[BAR]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[BAR]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[BAR]') is true
PASS document.querySelector('div[bAR]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[bAR]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[bAR]') is true
PASS document.querySelector('div[baR="10"]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[baR="10"]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[baR="10"]') is true
PASS document.querySelector('div[bar="10"]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[bar="10"]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[bar="10"]') is true
PASS document.querySelector('div[BAR="10"]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[BAR="10"]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[BAR="10"]') is true
PASS document.querySelector('div[bAR="10"]') is document.getElementById('bar')
PASS document.getElementById('bar').matches('div[bAR="10"]') is true
PASS document.getElementById('bar').webkitMatchesSelector('div[bAR="10"]') is true
PASS document.querySelector('path[pathLength]') is document.getElementById('pa')
PASS document.getElementById('pa').matches('path[pathLength]') is true
PASS document.getElementById('pa').webkitMatchesSelector('path[pathLength]') is true
PASS content.querySelector('path[pathlength]') is null
PASS content.querySelector('path[pathLengTh]') is null
PASS document.querySelector('path[pathLength="200"]') is document.getElementById('pa')
PASS document.getElementById('pa').matches('path[pathLength="200"]') is true
PASS document.getElementById('pa').webkitMatchesSelector('path[pathLength="200"]') is true
PASS content.querySelector('path[pathlength="200"]') is null
PASS content.querySelector('path[pathLengTh="200"]') is null
PASS successfullyParsed is true
TEST COMPLETE