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

Unified 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: Now with 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Document/createCDATASection-expected.txt
diff --git a/LayoutTests/fast/dom/Document/createCDATASection-expected.txt b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..539bf5eb0eb0575c5dd77874f2878089fcefafcb
--- /dev/null
+++ b/LayoutTests/fast/dom/Document/createCDATASection-expected.txt
@@ -0,0 +1,11 @@
+PASS createCDATASection exists
+PASS createCDATASection('Hello')
+PASS createCDATASection('Ha]]>o')
+PASS createCDATASection(null)
+PASS createCDATASection(<Date>)
+PASS createCDATASection(42)
+PASS createCDATASection('')
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698