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

Unified Diff: LayoutTests/fast/dom/document-set-body-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/document-set-body-expected.txt
diff --git a/LayoutTests/fast/dom/document-set-body-expected.txt b/LayoutTests/fast/dom/document-set-body-expected.txt
index 9b1934379942f508e95603bb76ae6bc5c937aaa7..ed3e3d5b885d8ec7dd44a1f403996053109ab072 100644
--- a/LayoutTests/fast/dom/document-set-body-expected.txt
+++ b/LayoutTests/fast/dom/document-set-body-expected.txt
@@ -3,9 +3,9 @@ Tests setting document.body
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document1.body = iframe1 threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS document1.body = iframe1 threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
PASS iframe1.parentNode is document.body
-PASS document1.body = document1.createElement('iframe') threw exception Error: HierarchyRequestError: DOM Exception 3.
+PASS document1.body = document1.createElement('iframe') threw exception HierarchyRequestError: A Node was inserted somewhere it doesn't belong..
PASS document1.body != document.body is true
PASS document1.body is body1
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/document-set-body.html ('k') | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698