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

Side by Side Diff: LayoutTests/fast/dom/Document/createCDATASection-expected.txt

Issue 22911020: Block "]]>" in createCDataSection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Simpler tests Created 7 years, 4 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
OLDNEW
(Empty)
1 PASS "createCDATASection" in window.xmlDoc is true
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..
4 PASS window.xmlDoc.createCDATASection(null).data is "null"
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698