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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
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: Error: SyntaxError: DOM Exception 12 5 div.innerHTML = threw exception: SyntaxError: An invalid or illegal string was s pecified.
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