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

Unified Diff: LayoutTests/fast/dom/Document/replaceChild-null-oldChild-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/replaceChild-null-oldChild-expected.txt
diff --git a/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt b/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt
index bbb166b227a52e65145adbf40487853b0d368d24..9b841c9fd75195f6190023022dc1a0755a1c7782 100644
--- a/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt
+++ b/LayoutTests/fast/dom/Document/replaceChild-null-oldChild-expected.txt
@@ -3,7 +3,7 @@ Test behavior of Document.replaceChild() when oldChild is null.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.replaceChild(document.firstChild, null) threw exception Error: NotFoundError: DOM Exception 8.
+PASS document.replaceChild(document.firstChild, null) 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