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

Unified Diff: LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 2a8c7bbbda10f1789c3d387389cc3e3726445243..2475a4a31898ac71d26dcf73fef1404d28be47b4 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: SyntaxError: Failed to execute 'innerHTML' on 'Node': The provided markup is invalid XML, and therefore cannot be inserted into an XML document.
+div.innerHTML = threw exception: SyntaxError: Failed to set the 'innerHTML' property on 'Element': The provided markup is invalid XML, and therefore cannot be inserted into an XML document.
document.xmlEncoding : UTF-8
document.xmlVersion : 1.0
document.xmlStandalone : true

Powered by Google App Engine
This is Rietveld 408576698