Home | History | Annotate | Download | only in script-tests

Lines Matching refs:nodeValue

14 shouldBe("attr.nodeValue", "''");
25 shouldBe("attr.nodeValue", "''");
38 shouldBe("attr.nodeValue", "''");
49 shouldBe("attr.nodeValue", "''");
58 shouldBe("comment.nodeValue", "'foo'");
68 shouldBe("cdata.nodeValue", "'foo'");
77 shouldBe("fragment.nodeValue", "null");
87 shouldBe("doc.nodeValue", "null");
96 shouldBe("doctype.nodeValue", "null");
108 shouldBe("element.nodeValue", "null");
117 shouldBe("element.nodeValue", "null");
126 shouldBe("element.nodeValue", "null");
135 shouldBe("element.nodeValue", "null");
146 shouldBe("element.nodeValue", "null");
156 shouldBe("element.nodeValue", "null");
165 shouldBe("element.nodeValue", "null");
176 shouldBe("entityReference.nodeValue", "null");
187 // DOM Core Level 2 and DOM Core Level 3 disagree on ProcessingInstruction.nodeValue
191 shouldBe("processingInstruction.nodeValue", "'type=\"text/xsl\" href=\"missing.xsl\"'");
201 shouldBe("text.nodeValue", "'foo'");