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

Unified Diff: LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-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/innerHTML/innerHTML-changing-document-properties-expected.txt
diff --git a/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt b/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt
index f4885fdbe8ff3e8478d6da2693c4a81dfbacf7bc..4c76ccc19af104b5dc0955f4edbc4c328abad831 100644
--- a/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt
+++ b/LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt
@@ -2,7 +2,7 @@ document.xmlEncoding : UTF-8
document.xmlVersion : 1.0
document.xmlStandalone : true
document.readyState : loading
-div.innerHTML = threw exception: Error: SyntaxError: DOM Exception 12
+div.innerHTML = threw exception: SyntaxError: An invalid or illegal string was specified.
document.xmlEncoding : UTF-8
document.xmlVersion : 1.0
document.xmlStandalone : true

Powered by Google App Engine
This is Rietveld 408576698