Home | History | Annotate | Download | only in core

Lines Matching refs:nodeValue

82 	Create an Element and a text node and verify the nodeValue of this text node and append these to
99 var nodeValue;
115 nodeValue = text.nodeValue;
117 assertEquals("documentnormalizedocument10","Text Node",nodeValue);
126 nodeValue = text.nodeValue;
128 assertEquals("documentnormalizedocument10_true1","Text Node",nodeValue);
138 nodeValue = text.nodeValue;
140 assertEquals("documentnormalizedocument10_true2","Text Node",nodeValue);