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

Unified Diff: LayoutTests/fast/xpath/string-value-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/fast/xpath/string-value-expected.txt
diff --git a/LayoutTests/fast/xpath/string-value-expected.txt b/LayoutTests/fast/xpath/string-value-expected.txt
index 90729997a9cf62230decd0f9c66636d2f42fa867..247eb302096b0181336ed628d084c0433df564f7 100644
--- a/LayoutTests/fast/xpath/string-value-expected.txt
+++ b/LayoutTests/fast/xpath/string-value-expected.txt
@@ -2,8 +2,8 @@ PASS doc.evaluate('.', doc, null, XPathResult.STRING_TYPE, null).stringValue is
PASS doc.evaluate('.', doc.documentElement, null, XPathResult.STRING_TYPE, null).stringValue is '0 1a-cdata-b2'
PASS doc.evaluate('.', PI, null, XPathResult.STRING_TYPE, null).stringValue is '"Data" '
PASS doc.evaluate('.', COMMENT, null, XPathResult.STRING_TYPE, null).stringValue is ' comment '
-PASS doc.evaluate('.', CDATA, null, XPathResult.STRING_TYPE, null).stringValue is '-cdata-'
PASS doc.evaluate('.', TEXT, null, XPathResult.STRING_TYPE, null).stringValue is '0 '
+PASS doc.evaluate('.', TEXTANDCDATA, null, XPathResult.STRING_TYPE, null).stringValue is 'a-cdata-b'
PASS doc.evaluate('.', EMPTY, null, XPathResult.STRING_TYPE, null).stringValue is ''
PASS doc.evaluate('.', ATTR, null, XPathResult.STRING_TYPE, null).stringValue is '<&nbsp;>'
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/xpath/string-value.html ('k') | LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698