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

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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 727f1edb699ce2a9d8edb58ad21f2179f99aa711..e4a187881ecc4532251a2f65cde428461855b4bd 100644
--- a/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
+++ b/LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt
@@ -12,8 +12,8 @@ length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 4
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 5
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided selector is empty.
+SyntaxError: Failed to execute 'querySelectorAll' on 'Document': '@font-face' is not a valid selector.
+SyntaxError: Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.
length: 0
length: 0
[object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], [object HTMLDivElement], length: 4
@@ -26,8 +26,8 @@ length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLParagraphElement], length: 2
[object HTMLDivElement], [object HTMLParagraphElement], length: 2
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided selector is empty.
+SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '@font-face' is not a valid selector.
+SyntaxError: Failed to execute 'querySelectorAll' on 'Element': The provided selector is empty.
length: 0
length: 0
@@ -39,8 +39,8 @@ length: 0
[object HTMLDivElement], [object HTMLDivElement], length: 2
[object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
[object HTMLDivElement], [object HTMLDivElement], [object HTMLParagraphElement], length: 3
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelectorAll' on 'Node': The provided selector is empty.
+SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': '@font-face' is not a valid selector.
+SyntaxError: Failed to execute 'querySelectorAll' on 'DocumentFragment': The provided selector is empty.
length: 0
length: 0
@@ -51,8 +51,8 @@ TypeError: Cannot call method 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty.
+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
@@ -64,8 +64,8 @@ TypeError: Cannot call method 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty.
+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
@@ -77,8 +77,8 @@ TypeError: Cannot call method 'dump' of null
[object HTMLDivElement]
[object HTMLDivElement]
[object HTMLDivElement]
-SyntaxError: Failed to execute query: '@font-face' is not a valid selector.
-SyntaxError: Failed to execute 'querySelector' on 'Node': The provided selector is empty.
+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

Powered by Google App Engine
This is Rietveld 408576698