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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/namespaced-elements-and-selectors-expected.txt

Issue 1932673002: querySelector* fast-path missing namespace check for no namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nullAtom not emptyAtom Created 4 years, 8 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/dom/SelectorAPI/namespaced-elements-and-selectors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/namespaced-elements-and-selectors-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/namespaced-elements-and-selectors-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..22a2eb75b46fa2ad956e8d532be682b3f004ac14
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/SelectorAPI/namespaced-elements-and-selectors-expected.txt
@@ -0,0 +1,12 @@
+querySelectorAll and namespaces
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS sandbox.querySelectorAll('span').length is 3
+PASS sandbox.querySelectorAll('*|span').length is 3
+PASS sandbox.querySelectorAll('|span').length is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698