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

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: Added trailing whitespace to "expected". 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
« no previous file with comments | « LayoutTests/fast/dom/Document/createCDATASection.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
8
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Document/createCDATASection.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698