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

Unified Diff: LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2-expected.txt

Issue 18732004: Add fast path for querySelector(All) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing (rebased) Created 7 years, 5 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: LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2-expected.txt
diff --git a/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2-expected.txt b/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e9e8b6f87d807dcde85e700c0770e39b6ad523db
--- /dev/null
+++ b/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2-expected.txt
@@ -0,0 +1,11 @@
+line 4
+line 5
+
+PASS testQuerySelectorAll(document, ".target + div") is "[object HTMLDivElement], [object HTMLDivElement], length: 2"
+PASS testQuerySelectorAll(document.getElementById("test"), ".target + div") is "[object HTMLDivElement], [object HTMLDivElement], length: 2"
+PASS testQuerySelectorAll(document.getElementById("test2"), ".target + div") is "length: 0"
+PASS testQuerySelectorAll(document.getElementById("test3"), ".target + div") is "length: 0"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/SelectorAPI/dumpNodeList-2.html ('k') | PerformanceTests/Parser/query-selector-all-class-deep.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698