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

Unified Diff: LayoutTests/traversal/hixie-node-iterator/010.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
« no previous file with comments | « LayoutTests/traversal/hixie-node-iterator/002.xml ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/traversal/hixie-node-iterator/010.xml
diff --git a/LayoutTests/traversal/hixie-node-iterator/010.xml b/LayoutTests/traversal/hixie-node-iterator/010.xml
index 63e3d5b0b8c599f8881b58eb38491f7756bb3025..b3648d89fe01a7a83edd79c5a3ef5ca436b9bbef 100644
--- a/LayoutTests/traversal/hixie-node-iterator/010.xml
+++ b/LayoutTests/traversal/hixie-node-iterator/010.xml
@@ -10,13 +10,12 @@
1, // html
1, // head
1, // title
- 1, 4, // script and CDATA block
+ 1, // script
// body (skipped)
1, // pre
// </body>
- 8, // <!-- -->
+ 8); // <!-- -->
// PI skipped
- 4); // CDATA
var found = new Array();
// walk document
@@ -61,5 +60,4 @@
</body>
<!-- some more nodes to test this: -->
<?body test?>
- <![CDATA[ ]]>
-</html>
+</html>
« no previous file with comments | « LayoutTests/traversal/hixie-node-iterator/002.xml ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698