OLD | NEW |
1 Tests the behavior of .formaction, .formenctype, .formmethod and .formtarget of
HTMLInputElement and HTMLButtonElement. | 1 Tests the behavior of .formaction, .formenctype, .formmethod and .formtarget of
HTMLInputElement and HTMLButtonElement. |
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 Ordinary values for input: | 6 Ordinary values for input: |
7 PASS input.formAction is "" | |
8 PASS input.formEnctype is "" | 7 PASS input.formEnctype is "" |
9 PASS input.formMethod is "" | 8 PASS input.formMethod is "" |
10 PASS input.formTarget is "" | 9 PASS input.formTarget is "" |
11 PASS input.formAction is "http://localhost/" | 10 PASS input.formAction is "http://localhost/" |
12 PASS input.formAction is "http://localhost/" | 11 PASS input.formAction is "http://localhost/" |
13 PASS input.formEnctype is "text/plain" | 12 PASS input.formEnctype is "text/plain" |
14 PASS input.formEnctype is "application/x-www-form-urlencoded" | 13 PASS input.formEnctype is "application/x-www-form-urlencoded" |
15 PASS input.formMethod is "get" | 14 PASS input.formMethod is "get" |
16 PASS input.formMethod is "get" | 15 PASS input.formMethod is "get" |
17 PASS input.formTarget is "_blank" | 16 PASS input.formTarget is "_blank" |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 PASS input.getAttribute("formEnctype") is "256" | 51 PASS input.getAttribute("formEnctype") is "256" |
53 PASS input.formEnctype is "application/x-www-form-urlencoded" | 52 PASS input.formEnctype is "application/x-www-form-urlencoded" |
54 PASS input.formMethod is "get" | 53 PASS input.formMethod is "get" |
55 PASS input.getAttribute("formMethod") is "256" | 54 PASS input.getAttribute("formMethod") is "256" |
56 PASS input.formMethod is "get" | 55 PASS input.formMethod is "get" |
57 PASS input.formTarget is "256" | 56 PASS input.formTarget is "256" |
58 PASS input.getAttribute("formTarget") is "256" | 57 PASS input.getAttribute("formTarget") is "256" |
59 PASS input.formTarget is "256" | 58 PASS input.formTarget is "256" |
60 | 59 |
61 Ordinary values for button: | 60 Ordinary values for button: |
62 PASS button.formAction is "" | |
63 PASS button.formEnctype is "" | 61 PASS button.formEnctype is "" |
64 PASS button.formMethod is "" | 62 PASS button.formMethod is "" |
65 PASS button.formTarget is "" | 63 PASS button.formTarget is "" |
66 PASS button.formAction is "http://localhost/" | 64 PASS button.formAction is "http://localhost/" |
67 PASS button.formAction is "http://localhost/" | 65 PASS button.formAction is "http://localhost/" |
68 PASS button.formEnctype is "text/plain" | 66 PASS button.formEnctype is "text/plain" |
69 PASS button.formEnctype is "application/x-www-form-urlencoded" | 67 PASS button.formEnctype is "application/x-www-form-urlencoded" |
70 PASS button.formMethod is "get" | 68 PASS button.formMethod is "get" |
71 PASS button.formMethod is "get" | 69 PASS button.formMethod is "get" |
72 PASS button.formTarget is "_blank" | 70 PASS button.formTarget is "_blank" |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 PASS button.formMethod is "get" | 107 PASS button.formMethod is "get" |
110 PASS button.getAttribute("formMethod") is "128" | 108 PASS button.getAttribute("formMethod") is "128" |
111 PASS button.formMethod is "get" | 109 PASS button.formMethod is "get" |
112 PASS button.formTarget is "100" | 110 PASS button.formTarget is "100" |
113 PASS button.getAttribute("formTarget") is "100" | 111 PASS button.getAttribute("formTarget") is "100" |
114 PASS button.formTarget is "281" | 112 PASS button.formTarget is "281" |
115 PASS successfullyParsed is true | 113 PASS successfullyParsed is true |
116 | 114 |
117 TEST COMPLETE | 115 TEST COMPLETE |
118 | 116 |
OLD | NEW |