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

Unified Diff: LayoutTests/traversal/hixie-node-iterator/002.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/002.xml
diff --git a/LayoutTests/traversal/hixie-node-iterator/002.xml b/LayoutTests/traversal/hixie-node-iterator/002.xml
index d9dd63333b5731b202a8c48fc056c83f801a1f8c..62fcc6cd6b23a1b5202819ca128b669384f7c541 100644
--- a/LayoutTests/traversal/hixie-node-iterator/002.xml
+++ b/LayoutTests/traversal/hixie-node-iterator/002.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
@@ -52,4 +52,4 @@
<!-- some more nodes to test this: -->
<?test node?>
<![CDATA[ ]]>
-</html>
+</html>
« no previous file with comments | « LayoutTests/traversal/hixie-node-iterator/001.xml ('k') | LayoutTests/traversal/hixie-node-iterator/010.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698