OLD | NEW |
1 This test documents all properties on all element instances. | 1 This test documents all properties on all element instances. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 [HTML NAMESPACE ELEMENT PROPERTIES] | 6 [HTML NAMESPACE ELEMENT PROPERTIES] |
7 namespace http://www.w3.org/1999/xhtml | 7 namespace http://www.w3.org/1999/xhtml |
8 <common> | 8 <common> |
9 property ATTRIBUTE_NODE | 9 property ATTRIBUTE_NODE |
10 property CDATA_SECTION_NODE | 10 property CDATA_SECTION_NODE |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 property innerText | 78 property innerText |
79 property inputMethodContext | 79 property inputMethodContext |
80 property insertAdjacentElement | 80 property insertAdjacentElement |
81 property insertAdjacentHTML | 81 property insertAdjacentHTML |
82 property insertAdjacentText | 82 property insertAdjacentText |
83 property insertBefore | 83 property insertBefore |
84 property isContentEditable | 84 property isContentEditable |
85 property isDefaultNamespace | 85 property isDefaultNamespace |
86 property isEqualNode | 86 property isEqualNode |
87 property isSameNode | 87 property isSameNode |
| 88 property isTabStop |
88 property lang | 89 property lang |
89 property lastChild | 90 property lastChild |
90 property lastElementChild | 91 property lastElementChild |
91 property localName | 92 property localName |
92 property lookupNamespaceURI | 93 property lookupNamespaceURI |
93 property lookupPrefix | 94 property lookupPrefix |
94 property matches | 95 property matches |
95 property namespaceURI | 96 property namespaceURI |
96 property nextElementSibling | 97 property nextElementSibling |
97 property nextSibling | 98 property nextSibling |
(...skipping 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1170 property innerText | 1171 property innerText |
1171 property inputMethodContext | 1172 property inputMethodContext |
1172 property insertAdjacentElement | 1173 property insertAdjacentElement |
1173 property insertAdjacentHTML | 1174 property insertAdjacentHTML |
1174 property insertAdjacentText | 1175 property insertAdjacentText |
1175 property insertBefore | 1176 property insertBefore |
1176 property isContentEditable | 1177 property isContentEditable |
1177 property isDefaultNamespace | 1178 property isDefaultNamespace |
1178 property isEqualNode | 1179 property isEqualNode |
1179 property isSameNode | 1180 property isSameNode |
| 1181 property isTabStop |
1180 property lang | 1182 property lang |
1181 property lastChild | 1183 property lastChild |
1182 property lastElementChild | 1184 property lastElementChild |
1183 property localName | 1185 property localName |
1184 property lookupNamespaceURI | 1186 property lookupNamespaceURI |
1185 property lookupPrefix | 1187 property lookupPrefix |
1186 property matches | 1188 property matches |
1187 property namespaceURI | 1189 property namespaceURI |
1188 property nextElementSibling | 1190 property nextElementSibling |
1189 property nextSibling | 1191 property nextSibling |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 svg element textPath | 1421 svg element textPath |
1420 svg element title | 1422 svg element title |
1421 property text | 1423 property text |
1422 svg element tspan | 1424 svg element tspan |
1423 svg element use | 1425 svg element use |
1424 svg element view | 1426 svg element view |
1425 PASS successfullyParsed is true | 1427 PASS successfullyParsed is true |
1426 | 1428 |
1427 TEST COMPLETE | 1429 TEST COMPLETE |
1428 | 1430 |
OLD | NEW |