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

Unified Diff: LayoutTests/inspector/elements/node-xpath-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/inspector/elements/node-xpath-expected.txt
diff --git a/LayoutTests/inspector/elements/node-xpath-expected.txt b/LayoutTests/inspector/elements/node-xpath-expected.txt
index 0dffc433342c604784da5b23a00069bcbbb0305f..b73ebb3d5831ffe32fae9055a3a2ed947a116f23 100644
--- a/LayoutTests/inspector/elements/node-xpath-expected.txt
+++ b/LayoutTests/inspector/elements/node-xpath-expected.txt
@@ -1,6 +1,6 @@
Tests node xPath construction
-3 Prefix Suffix
+3 Prefix <greeting>Hello, world!</greeting> Suffix
4
5
6
@@ -11,8 +11,7 @@ Tests node xPath construction
'script':'' - '//*[@id="script-id"]'
'script':'' - '/html/head/script[2]'
'script':'' - '/html/head/script[4]'
- '#text':'\n// Comment\n//' - '/html/head/script[4]/text()[1]'
- '#cdata-section':'\nfunction f()\n{\n document.write("<");\n}\n//' - '/html/head/script[4]/text()[2]'
+ '#text':'\n// Comment\n//\nfunction f()\n{\n document.write("<");\n}\n//\n' - '/html/head/script[4]/text()'
'body':'' - '/html/body'
'p':'' - '/html/body/p'
'#text':'Tests node xPath construction' - '/html/body/p/text()'
@@ -20,9 +19,7 @@ Tests node xPath construction
'div':'' - '//*[@id="id2"]'
'div':'' - '//*[@id="container"]'
'div':'' - '//*[@id="id3"]'
- '#text':'3 Prefix ' - '//*[@id="id3"]/text()[1]'
- '#cdata-section':'<greeting>Hello, world!</greeting>' - '//*[@id="id3"]/text()[2]'
- '#text':' Suffix' - '//*[@id="id3"]/text()[3]'
+ '#text':'3 Prefix <greeting>Hello, world!</greeting> Suffix' - '//*[@id="id3"]/text()'
'div':'' - '//*[@id="id4"]'
'#text':'4' - '//*[@id="id4"]/text()'
'div':'' - '//*[@id="id5"]'
« no previous file with comments | « LayoutTests/http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt ('k') | LayoutTests/traversal/hixie-node-iterator/001.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698