| 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>
|
|
|