OLD | NEW |
1 CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed
in M57, around March 2017. See https://www.chromestatus.com/features/5716060992
962560 for more details. | |
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. | 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. |
3 | 2 |
4 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
". |
5 | 4 |
6 | 5 |
7 This test does not add object element as a listed element. Separate test will co
ver that. | 6 This test does not add object element as a listed element. Separate test will co
ver that. |
8 PASS owner.elements.length is 23 | 7 PASS owner.elements.length is 22 |
9 PASS owner.elements[0].id is 'button1' | 8 PASS owner.elements[0].id is 'button1' |
10 PASS owner.elements[1].id is 'fieldset1' | 9 PASS owner.elements[1].id is 'fieldset1' |
11 PASS owner.elements[2].id is 'inputhidden' | 10 PASS owner.elements[2].id is 'inputhidden' |
12 PASS owner.elements[3].id is 'inputtext' | 11 PASS owner.elements[3].id is 'inputtext' |
13 PASS owner.elements[4].id is 'inputsearch' | 12 PASS owner.elements[4].id is 'inputsearch' |
14 PASS owner.elements[5].id is 'inputurl' | 13 PASS owner.elements[5].id is 'inputurl' |
15 PASS owner.elements[6].id is 'inputemail' | 14 PASS owner.elements[6].id is 'inputemail' |
16 PASS owner.elements[7].id is 'inputpassword' | 15 PASS owner.elements[7].id is 'inputpassword' |
17 PASS owner.elements[8].id is 'inputdate' | 16 PASS owner.elements[8].id is 'inputdate' |
18 PASS owner.elements[9].id is 'inputnumber' | 17 PASS owner.elements[9].id is 'inputnumber' |
19 PASS owner.elements[10].id is 'inputrange' | 18 PASS owner.elements[10].id is 'inputrange' |
20 PASS owner.elements[11].id is 'inputcolor' | 19 PASS owner.elements[11].id is 'inputcolor' |
21 PASS owner.elements[12].id is 'inputcheckbox' | 20 PASS owner.elements[12].id is 'inputcheckbox' |
22 PASS owner.elements[13].id is 'inputradio' | 21 PASS owner.elements[13].id is 'inputradio' |
23 PASS owner.elements[14].id is 'inputfile' | 22 PASS owner.elements[14].id is 'inputfile' |
24 PASS owner.elements[15].id is 'inputsubmit' | 23 PASS owner.elements[15].id is 'inputsubmit' |
25 PASS owner.elements[16].id is 'inputreset' | 24 PASS owner.elements[16].id is 'inputreset' |
26 PASS owner.elements[17].id is 'inputbutton' | 25 PASS owner.elements[17].id is 'inputbutton' |
27 PASS owner.elements[18].id is 'keygen1' | 26 PASS owner.elements[18].id is 'object1' |
28 PASS owner.elements[19].id is 'object1' | 27 PASS owner.elements[19].id is 'output1' |
29 PASS owner.elements[20].id is 'output1' | 28 PASS owner.elements[20].id is 'select1' |
30 PASS owner.elements[21].id is 'select1' | 29 PASS owner.elements[21].id is 'textarea1' |
31 PASS owner.elements[22].id is 'textarea1' | |
32 PASS successfullyParsed is true | 30 PASS successfullyParsed is true |
33 | 31 |
34 TEST COMPLETE | 32 TEST COMPLETE |
35 | 33 |
36 | 34 |
OLD | NEW |