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

Side by Side Diff: LayoutTests/fast/dom/Document/createCDATASection-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 PASS "createCDATASection" in window.xmlDoc is true 1 PASS "createCDATASection" in window.xmlDoc is true
2 PASS window.xmlDoc.createCDATASection("Hello").data is "Hello" 2 PASS window.xmlDoc.createCDATASection("Hello").data is "Hello"
3 PASS window.xmlDoc.createCDATASection("Ha]]>o") threw exception InvalidCharacter Error: String cannot contain ']]>' since that is the end delimiter of a CData se ction.. 3 PASS window.xmlDoc.createCDATASection("Ha]]>o") threw exception InvalidCharacter Error: Failed to execute 'createCDATASection' on 'Document': String cannot conta in ']]>' since that is the end delimiter of a CData section..
4 PASS window.xmlDoc.createCDATASection(null).data is "null" 4 PASS window.xmlDoc.createCDATASection(null).data is "null"
5 PASS successfullyParsed is true 5 PASS successfullyParsed is true
6 6
7 TEST COMPLETE 7 TEST COMPLETE
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698