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

Unified Diff: LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt

Issue 739433003: Remove CDATASection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt
diff --git a/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt
index dfe510ba1deccc91a5f8681df0f8e87c66317dbe..ad8ff4b02ba5270f30d3665139e35dbbcfc8e200 100644
--- a/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt
+++ b/LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt
@@ -37,13 +37,9 @@ And now some long text in root element. The quick brown fox jumps over the lazy
jumps over the lazy dog.
-->
-<tag-with-short-cdata>
-<![CDATA[ some short text ]]>
-</tag-with-short-cdata>
+<tag-with-short-cdata>some short text</tag-with-short-cdata>
<tag-with-long-cdata>
-<![CDATA[
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
-]]>
</tag-with-long-cdata>
<ns:tag-with-some-namespace xmlns:ns="www.example.org/namespace"/>
</root-tag-with-mixed-content>
« no previous file with comments | « LayoutTests/fast/xpath/string-value-expected.txt ('k') | LayoutTests/inspector/elements/node-xpath-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698