Searched refs:childValue (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddatatypenormalization15.js103 var childValue;
131 childValue = childNode.nodeValue;
133 assertEquals("content1","EMP 0001",childValue);
137 childValue = childNode.nodeValue;
139 assertEquals("content2","EMP 0001",childValue);
143 childValue = childNode.nodeValue;
145 assertEquals("content3","EMP 0001",childValue);
H A Ddatatypenormalization17.js102 var childValue;
129 childValue = childNode.nodeValue;
131 assertEquals("content2","EMP 0001",childValue);
135 childValue = childNode.nodeValue;
137 assertEquals("content3","EMP 0001",childValue);
141 childValue = childNode.nodeValue;
143 assert("content1","EMP 0001" != childValue);
H A Ddatatypenormalization18.js103 var childValue;
131 childValue = childNode.nodeValue;
133 assertEquals("content2","EMP 0001",childValue);
137 childValue = childNode.nodeValue;
139 assertEquals("content3","EMP 0001",childValue);
143 childValue = childNode.nodeValue;
145 assert("content1","EMP 0001" != childValue);
H A Dhandleerror01.js127 var childValue;
157 childValue = child.nodeValue;
161 ("this is not ]]> bad" == childValue)
168 childValue = child.nodeValue;
170 assert("firstChildNotIntact","this is not ]]> good" != childValue);
177 childValue = child.nodeValue;
179 assertEquals("firstChildIntact","this is not ]]> good",childValue);
H A Dinfoset03.js102 var childValue;
130 childValue = childNode.nodeValue;
132 childLength = childValue.length;
137 childValue = childNode.nodeValue;
139 assertEquals("content2","EMP 0001",childValue);
143 childValue = childNode.nodeValue;
145 assertEquals("content3","EMP 0001",childValue);
H A Ddatatypenormalization16.js103 var childValue;
131 childValue = childNode.nodeValue;
133 assertEquals("content1"," EMP 0001 ",childValue);
137 childValue = childNode.nodeValue;
139 assertEquals("content2","EMP 0001",childValue);
143 childValue = childNode.nodeValue;
145 assertEquals("content3","EMP 0001",childValue);
149 childValue = childNode.nodeValue;
151 assertEquals("content4","EMP 0001",childValue);
H A Dcanonicalform01.js102 var childValue;
135 childValue = child.nodeValue;
137 assertEquals("firstChildValue","barfoo",childValue);
H A Ddatatypenormalization13.js104 var childValue;
133 childValue = childNode.nodeValue;
135 assertEquals("content"," EMP 0001 ",childValue);
H A Ddatatypenormalization14.js103 var childValue;
132 childValue = childNode.nodeValue;
134 assertEquals("content"," EMP 0001 ",childValue);
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_characterdataappenddata.js99 var childValue;
112 childValue = child.data;
114 childLength = childValue.length;
H A Dhc_characterdatagetlength.js95 var childValue;
107 childValue = child.data;
109 childLength = childValue.length;
H A Dhc_characterdatasetnodevalue.js95 var childValue;
111 childValue = child.nodeValue;
113 assertEquals("value","Marilyn Martin",childValue);
H A Dhc_commentgetcomment.js98 var childValue;
121 childValue = child.nodeValue;
123 assertEquals("nodeValue"," This is comment number 1.",childValue);
H A Dhc_documentgetelementsbytagnamevalue.js98 var childValue;
109 childValue = firstChild.nodeValue;
111 assertEquals("documentGetElementsByTagNameValueAssert","Jeny Oconnor",childValue);
H A Dhc_nodeclonetruecopytext.js98 var childValue;
110 childValue = lastChildNode.nodeValue;
112 assertEquals("cloneContainsText","35,000",childValue);
H A Dhc_elementnormalize.js93 var childValue;
115 childValue = firstChild.nodeValue;
117 assertEquals("elementNormalizeAssert","56,000,000",childValue);
H A Dhc_elementnormalize2.js94 var childValue;
115 childValue = firstChild.nodeValue;
117 assertEquals("firstChild","Yes",childValue);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_characterdataappenddata.js99 var childValue;
112 childValue = child.data;
114 childLength = childValue.length;
H A Dhc_characterdatagetlength.js95 var childValue;
107 childValue = child.data;
109 childLength = childValue.length;
H A Dhc_characterdatasetnodevalue.js95 var childValue;
111 childValue = child.nodeValue;
113 assertEquals("value","Marilyn Martin",childValue);
H A Dhc_commentgetcomment.js98 var childValue;
121 childValue = child.nodeValue;
123 assertEquals("nodeValue"," This is comment number 1.",childValue);
H A Dhc_documentgetelementsbytagnamevalue.js98 var childValue;
109 childValue = firstChild.nodeValue;
111 assertEquals("documentGetElementsByTagNameValueAssert","Jeny Oconnor",childValue);
H A Dhc_nodeclonetruecopytext.js98 var childValue;
110 childValue = lastChildNode.nodeValue;
112 assertEquals("cloneContainsText","35,000",childValue);
H A Dhc_elementnormalize.js93 var childValue;
115 childValue = firstChild.nodeValue;
117 assertEquals("elementNormalizeAssert","56,000,000",childValue);
H A Dhc_elementnormalize2.js94 var childValue;
115 childValue = firstChild.nodeValue;
117 assertEquals("firstChild","Yes",childValue);

Completed in 335 milliseconds

12