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

Unified Diff: LayoutTests/fast/dom/setter-type-enforcement-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/setter-type-enforcement-expected.txt
diff --git a/LayoutTests/fast/dom/setter-type-enforcement-expected.txt b/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
index c7ab8e2a8d52568c236e31f7d157375e75259c23..c8b5a5515262d422e833e3e55534fc5d2a5f3abb 100644
--- a/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
+++ b/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
@@ -3,8 +3,8 @@ Tests type enforcement on DOM setters.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.body = nodelist; threw exception Error: HierarchyRequestError: DOM Exception 3.
-PASS table.tHead = nodelist; threw exception Error: NotFoundError: DOM Exception 8.
+PASS document.body = nodelist; threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
+PASS table.tHead = nodelist; threw exception NotFoundError: An attempt was made to reference a Node in a context where it does not exist..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698