--- parser3/tests/142.html 2005/12/16 13:15:18 1.1
+++ parser3/tests/142.html 2005/12/19 12:24:57 1.2
@@ -16,8 +16,8 @@ $insertedComment[^xdoc.firstChild.firstC
^dump[$xdoc]
-$elem[^xdoc.createCDATASection[this is CDATA, it replaced comment here!]]
-$dummy[^xdoc.firstChild.firstChild.replaceChild[$elem;$insertedComment]]
+$cdata[^xdoc.createCDATASection[this is CDATA, it replaced comment here!]]
+$dummy[^xdoc.firstChild.firstChild.replaceChild[$cdata;$insertedComment]]
^dump[$xdoc]
@@ -27,7 +27,7 @@ $removedNode[^xdoc.firstChild.firstChild
^dump[$xdoc]
$elem[^xdoc.createProcessingInstruction[this is target;this is pi]]
-$dummy[^xdoc.firstChild.firstChild.replaceChild[$elem;$insertedComment]]
+$dummy[^xdoc.firstChild.firstChild.replaceChild[$elem;$cdata]]
^dump[$xdoc]