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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PASS doc.evaluate('.', doc, null, XPathResult.STRING_TYPE, null).stringValue is '0 1a-cdata-b2' 1 PASS doc.evaluate('.', doc, null, XPathResult.STRING_TYPE, null).stringValue is '0 1a-cdata-b2'
2 PASS doc.evaluate('.', doc.documentElement, null, XPathResult.STRING_TYPE, null) .stringValue is '0 1a-cdata-b2' 2 PASS doc.evaluate('.', doc.documentElement, null, XPathResult.STRING_TYPE, null) .stringValue is '0 1a-cdata-b2'
3 PASS doc.evaluate('.', PI, null, XPathResult.STRING_TYPE, null).stringValue is ' "Data" ' 3 PASS doc.evaluate('.', PI, null, XPathResult.STRING_TYPE, null).stringValue is ' "Data" '
4 PASS doc.evaluate('.', COMMENT, null, XPathResult.STRING_TYPE, null).stringValue is ' comment ' 4 PASS doc.evaluate('.', COMMENT, null, XPathResult.STRING_TYPE, null).stringValue is ' comment '
5 PASS doc.evaluate('.', CDATA, null, XPathResult.STRING_TYPE, null).stringValue i s '-cdata-'
6 PASS doc.evaluate('.', TEXT, null, XPathResult.STRING_TYPE, null).stringValue is '0 ' 5 PASS doc.evaluate('.', TEXT, null, XPathResult.STRING_TYPE, null).stringValue is '0 '
6 PASS doc.evaluate('.', TEXTANDCDATA, null, XPathResult.STRING_TYPE, null).string Value is 'a-cdata-b'
7 PASS doc.evaluate('.', EMPTY, null, XPathResult.STRING_TYPE, null).stringValue i s '' 7 PASS doc.evaluate('.', EMPTY, null, XPathResult.STRING_TYPE, null).stringValue i s ''
8 PASS doc.evaluate('.', ATTR, null, XPathResult.STRING_TYPE, null).stringValue is '<&nbsp;>' 8 PASS doc.evaluate('.', ATTR, null, XPathResult.STRING_TYPE, null).stringValue is '<&nbsp;>'
9 PASS successfullyParsed is true 9 PASS successfullyParsed is true
10 10
11 TEST COMPLETE 11 TEST COMPLETE
12 12
OLDNEW
« 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