| OLD | NEW |
| 1 PASS element.matches() threw exception TypeError: Failed to execute 'matches' on
'Element': 1 argument required, but only 0 present.. | 1 PASS element.matches() threw exception TypeError: Failed to execute 'matches' on
'Element': 1 argument required, but only 0 present.. |
| 2 PASS element.matches('body') is true | 2 PASS element.matches('body') is true |
| 3 PASS element.matches('html > .foo') is true | 3 PASS element.matches('html > .foo') is true |
| 4 PASS element.matches('html') is false | 4 PASS element.matches('html') is false |
| 5 PASS element.matches('html > .bar') is false | 5 PASS element.matches('html > .bar') is false |
| 6 PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches
' on 'Element': '' is not a valid selector.. | 6 PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches
' on 'Element': The provided selector is empty.. |
| 7 PASS element.matches('!invalid!') threw exception SyntaxError: Failed to execute
'matches' on 'Element': '!invalid!' is not a valid selector.. | 7 PASS element.matches('!invalid!') threw exception SyntaxError: Failed to execute
'matches' on 'Element': '!invalid!' is not a valid selector.. |
| 8 PASS element.webkitMatchesSelector() threw exception TypeError: Failed to execut
e 'webkitMatchesSelector' on 'Element': 1 argument required, but only 0 present.
. | 8 PASS element.webkitMatchesSelector() threw exception TypeError: Failed to execut
e 'webkitMatchesSelector' on 'Element': 1 argument required, but only 0 present.
. |
| 9 PASS element.webkitMatchesSelector('body') is true | 9 PASS element.webkitMatchesSelector('body') is true |
| 10 PASS element.webkitMatchesSelector('html > .foo') is true | 10 PASS element.webkitMatchesSelector('html > .foo') is true |
| 11 PASS element.webkitMatchesSelector('html') is false | 11 PASS element.webkitMatchesSelector('html') is false |
| 12 PASS element.webkitMatchesSelector('html > .bar') is false | 12 PASS element.webkitMatchesSelector('html > .bar') is false |
| 13 PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to ex
ecute 'webkitMatchesSelector' on 'Element': '' is not a valid selector.. | 13 PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to ex
ecute 'webkitMatchesSelector' on 'Element': The provided selector is empty.. |
| 14 PASS element.webkitMatchesSelector('!invalid!') threw exception SyntaxError: Fai
led to execute 'webkitMatchesSelector' on 'Element': '!invalid!' is not a valid
selector.. | 14 PASS element.webkitMatchesSelector('!invalid!') threw exception SyntaxError: Fai
led to execute 'webkitMatchesSelector' on 'Element': '!invalid!' is not a valid
selector.. |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |