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

Unified Diff: LayoutTests/traversal/hixie-node-iterator/001.xml

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/traversal/hixie-node-iterator/001.xml
diff --git a/LayoutTests/traversal/hixie-node-iterator/001.xml b/LayoutTests/traversal/hixie-node-iterator/001.xml
index 7283e877079ed5305b7e708a95e89ef5dba6a59d..accabf8fbce7c81f87f86083685aa81a43ab414d 100644
--- a/LayoutTests/traversal/hixie-node-iterator/001.xml
+++ b/LayoutTests/traversal/hixie-node-iterator/001.xml
@@ -9,13 +9,13 @@
1, // html
3, 1, // head
3, 1, 3, // title
- 3, 1, 3, 4, // script and CDATA block
+ 3, 1, 3, // script
3, 3, 1, // body
3, 1, 3, // pre
3, // </body>
3, 8, // <!-- -->
3, 7, // <? ?>,
- 3, 4, 3); // CDATA
+ 3); // CDATA merged with text
var found = new Array();
// walk document
@@ -51,4 +51,4 @@
<!-- some more nodes to test this: -->
<?test node?>
<![CDATA[ ]]>
-</html>
+</html>
« no previous file with comments | « LayoutTests/inspector/elements/node-xpath-expected.txt ('k') | LayoutTests/traversal/hixie-node-iterator/002.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698