OLD | NEW |
| 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54,
around October 2016. See https://www.chromestatus.com/features/5716060992962560
for more details. |
1 This test lists all the elements of a form per http://www.whatwg.org/specs/web-a
pps/current-work/multipage/forms.html#category-listed. | 2 This test lists all the elements of a form per http://www.whatwg.org/specs/web-a
pps/current-work/multipage/forms.html#category-listed. |
2 | 3 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 5 |
5 | 6 |
6 This test does not add object element as a listed element. Separate test will co
ver that. | 7 This test does not add object element as a listed element. Separate test will co
ver that. |
7 PASS owner.elements.length is 23 | 8 PASS owner.elements.length is 23 |
8 PASS owner.elements[0].id is 'button1' | 9 PASS owner.elements[0].id is 'button1' |
9 PASS owner.elements[1].id is 'fieldset1' | 10 PASS owner.elements[1].id is 'fieldset1' |
10 PASS owner.elements[2].id is 'inputhidden' | 11 PASS owner.elements[2].id is 'inputhidden' |
(...skipping 15 matching lines...) Expand all Loading... |
26 PASS owner.elements[18].id is 'keygen1' | 27 PASS owner.elements[18].id is 'keygen1' |
27 PASS owner.elements[19].id is 'object1' | 28 PASS owner.elements[19].id is 'object1' |
28 PASS owner.elements[20].id is 'output1' | 29 PASS owner.elements[20].id is 'output1' |
29 PASS owner.elements[21].id is 'select1' | 30 PASS owner.elements[21].id is 'select1' |
30 PASS owner.elements[22].id is 'textarea1' | 31 PASS owner.elements[22].id is 'textarea1' |
31 PASS successfullyParsed is true | 32 PASS successfullyParsed is true |
32 | 33 |
33 TEST COMPLETE | 34 TEST COMPLETE |
34 | 35 |
35 | 36 |
OLD | NEW |