blob: 82f0424f7da9f70902006d419ad7204df7b0e223 [file] [log] [blame]
PASS Text.appendChild(Text)
PASS Text.appendChild(Comment)
PASS Text.appendChild(ProcessingInstruction)
PASS Comment.appendChild(Text)
PASS Comment.appendChild(Comment)
PASS Comment.appendChild(ProcessingInstruction)
PASS ProcessingInstruction.appendChild(Text)
PASS ProcessingInstruction.appendChild(Comment)
PASS ProcessingInstruction.appendChild(ProcessingInstruction)