Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Element/matches-expected.txt

Issue 2769783002: Centralize more querySelector logic behind QuerySelectorCache. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698