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

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

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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-almost-strict-expected.txt
diff --git a/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt b/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
index e4a187881ecc4532251a2f65cde428461855b4bd..6b37fc92d0545601d18f1d010e57ed07b4ab108f 100644
--- a/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
+++ b/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
@@ -47,38 +47,38 @@ length: 0
Document.querySelector
[object HTMLDivElement]
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'Document': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'Document': The provided selector is empty.
-TypeError: Cannot call method 'dump' of null
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
+TypeError: Cannot read property 'dump' of null
Element.querySelector
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
[object HTMLDivElement]
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'Element': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'Element': The provided selector is empty.
-TypeError: Cannot call method 'dump' of null
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
+TypeError: Cannot read property 'dump' of null
DocumentFragment.querySelector
[object HTMLDivElement]
[object HTMLDivElement]
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': '@font-face' is not a valid selector.
SyntaxError: Failed to execute 'querySelector' on 'DocumentFragment': The provided selector is empty.
-TypeError: Cannot call method 'dump' of null
-TypeError: Cannot call method 'dump' of null
+TypeError: Cannot read property 'dump' of null
+TypeError: Cannot read property 'dump' of null

Powered by Google App Engine
This is Rietveld 408576698