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

Side by Side 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 unified diff | Download patch
OLDNEW
1 document.xmlEncoding : UTF-8 1 document.xmlEncoding : UTF-8
2 document.xmlVersion : 1.0 2 document.xmlVersion : 1.0
3 document.xmlStandalone : true 3 document.xmlStandalone : true
4 document.readyState : loading 4 document.readyState : loading
5 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. 5 div.innerHTML = threw exception: SyntaxError: Failed to set the 'innerHTML' prop erty on 'Element': The provided markup is invalid XML, and therefore cannot be i nserted into an XML document.
6 document.xmlEncoding : UTF-8 6 document.xmlEncoding : UTF-8
7 document.xmlVersion : 1.0 7 document.xmlVersion : 1.0
8 document.xmlStandalone : true 8 document.xmlStandalone : true
9 document.readyState : loading 9 document.readyState : loading
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698