Home | History | Annotate | Download | only in core

Lines Matching refs:textContent

80 	Using setTextContent on this DocumentType node, attempt to set the textContent of a
81 Notation node to textContent. Retreive the textContent and verify if it is null.
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Node3-textContent
94 var textContent;
106 notation1.textContent = "textContent";
108 textContent = notation1.textContent;
110 assertNull("nodesettextcontent04",textContent);