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

Unified Diff: third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-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
Index: third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt b/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
index 52d7efc84f5c9ae0231cfc9b3bb91b513e76d42e..90a5a2a17fe4889f03138241d83b80a57d732547 100644
--- a/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
@@ -36,7 +36,7 @@ PASS sour.closest("a") is a
PASS document.closest is undefined
PASS document.closest() threw exception TypeError: document.closest is not a function.
PASS theTarget.closest() threw exception TypeError: Failed to execute 'closest' on 'Element': 1 argument required, but only 0 present..
-PASS theTarget.closest("") threw exception SyntaxError: Failed to execute 'closest' on 'Element': '' is not a valid selector..
+PASS theTarget.closest("") threw exception SyntaxError: Failed to execute 'closest' on 'Element': The provided selector is empty..
PASS theTarget.closest(".123") threw exception SyntaxError: Failed to execute 'closest' on 'Element': '.123' is not a valid selector..
PASS theTarget.closest(" ") threw exception SyntaxError: Failed to execute 'closest' on 'Element': ' ' is not a valid selector..
PASS theTarget.closest(")") threw exception SyntaxError: Failed to execute 'closest' on 'Element': ')' is not a valid selector..

Powered by Google App Engine
This is Rietveld 408576698