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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-disable-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/shadow/shadow-disable-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt b/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt
index aabec998c6819e97c165e3643235fef3feaed51b..e637169965263d6553d75d667efdcf0360701326 100644
--- a/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadow-disable-expected.txt
@@ -12,39 +12,39 @@ PASS element.webkitCreateShadowRoot() is not null
SECTION
PASS element.webkitCreateShadowRoot() is not null
INPUT
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
tref
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
AUDIO
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
VIDEO
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
SELECT
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
IMG
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
TEXTAREA
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
IFRAME
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
CANVAS
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
METER
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
PROGRESS
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
OBJECT
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
EMBED
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
KEYGEN
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
VIDEO
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
AUDIO
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
FIELDSET
-PASS element.webkitCreateShadowRoot() threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS element.webkitCreateShadowRoot() threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698