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

Unified Diff: LayoutTests/fast/dom/outerText-no-element-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/outerText-no-element-expected.txt
diff --git a/LayoutTests/fast/dom/outerText-no-element-expected.txt b/LayoutTests/fast/dom/outerText-no-element-expected.txt
index 41e552d048b11e755a86b93405eff0339929aac4..e9a03ca78605c1457c9968b6639a6e12314622e5 100644
--- a/LayoutTests/fast/dom/outerText-no-element-expected.txt
+++ b/LayoutTests/fast/dom/outerText-no-element-expected.txt
@@ -2,4 +2,4 @@ Expected behavior:
This page will try to set the outerText on an element that is no longer in the DOM tree. You should see a description of an expected error.
this is a big test or something
-Expected error - Error: NoModificationAllowedError: DOM Exception 7
+Expected error - NoModificationAllowedError: An attempt was made to modify an object where modifications are not allowed.

Powered by Google App Engine
This is Rietveld 408576698