| Index: third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt
|
| index 5f31448fd17598cd6c1c9145e28c5e104a2cb106..d5a210e378ace333b1516b47f843f67521c6e7ca 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt
|
| @@ -3,14 +3,14 @@ PASS element.matches('body') is true
|
| PASS element.matches('html > .foo') is true
|
| PASS element.matches('html') is false
|
| PASS element.matches('html > .bar') is false
|
| -PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches' on 'Element': '' is not a valid selector..
|
| +PASS element.matches('') threw exception SyntaxError: Failed to execute 'matches' on 'Element': The provided selector is empty..
|
| PASS element.matches('!invalid!') threw exception SyntaxError: Failed to execute 'matches' on 'Element': '!invalid!' is not a valid selector..
|
| PASS element.webkitMatchesSelector() threw exception TypeError: Failed to execute 'webkitMatchesSelector' on 'Element': 1 argument required, but only 0 present..
|
| PASS element.webkitMatchesSelector('body') is true
|
| PASS element.webkitMatchesSelector('html > .foo') is true
|
| PASS element.webkitMatchesSelector('html') is false
|
| PASS element.webkitMatchesSelector('html > .bar') is false
|
| -PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to execute 'webkitMatchesSelector' on 'Element': '' is not a valid selector..
|
| +PASS element.webkitMatchesSelector('') threw exception SyntaxError: Failed to execute 'webkitMatchesSelector' on 'Element': The provided selector is empty..
|
| PASS element.webkitMatchesSelector('!invalid!') threw exception SyntaxError: Failed to execute 'webkitMatchesSelector' on 'Element': '!invalid!' is not a valid selector..
|
| PASS successfullyParsed is true
|
|
|
|
|