Fix file-type input element

This commit is contained in:
Zhen Zhang 2016-06-29 23:09:03 +08:00
parent 5478e605ae
commit 6ca531fb8f
8 changed files with 15 additions and 182 deletions

View file

@ -3570,9 +3570,6 @@
[HTMLInputElement interface: attribute autofocus]
expected: FAIL
[HTMLInputElement interface: attribute files]
expected: FAIL
[HTMLInputElement interface: attribute height]
expected: FAIL
@ -3645,9 +3642,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -7590,9 +7584,6 @@
[HTMLInputElement interface: createInput("text") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("text") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("text") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -7680,9 +7671,6 @@
[HTMLInputElement interface: createInput("hidden") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("hidden") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("hidden") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -7770,9 +7758,6 @@
[HTMLInputElement interface: createInput("search") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("search") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("search") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -7860,9 +7845,6 @@
[HTMLInputElement interface: createInput("tel") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("tel") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("tel") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -7950,9 +7932,6 @@
[HTMLInputElement interface: createInput("url") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("url") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("url") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8040,9 +8019,6 @@
[HTMLInputElement interface: createInput("email") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("email") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("email") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8130,9 +8106,6 @@
[HTMLInputElement interface: createInput("password") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("password") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("password") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8220,9 +8193,6 @@
[HTMLInputElement interface: createInput("date") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("date") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("date") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8310,9 +8280,6 @@
[HTMLInputElement interface: createInput("month") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("month") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("month") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8400,9 +8367,6 @@
[HTMLInputElement interface: createInput("week") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("week") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("week") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8490,9 +8454,6 @@
[HTMLInputElement interface: createInput("time") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("time") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("time") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8580,9 +8541,6 @@
[HTMLInputElement interface: createInput("datetime-local") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("datetime-local") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("datetime-local") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8670,9 +8628,6 @@
[HTMLInputElement interface: createInput("number") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("number") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("number") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8760,9 +8715,6 @@
[HTMLInputElement interface: createInput("range") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("range") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("range") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8850,9 +8802,6 @@
[HTMLInputElement interface: createInput("color") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("color") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("color") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -8940,9 +8889,6 @@
[HTMLInputElement interface: createInput("checkbox") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("checkbox") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("checkbox") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -9030,9 +8976,6 @@
[HTMLInputElement interface: createInput("radio") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("radio") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("radio") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -9210,9 +9153,6 @@
[HTMLInputElement interface: createInput("submit") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("submit") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("submit") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -9300,9 +9240,6 @@
[HTMLInputElement interface: createInput("image") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("image") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("image") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -9390,9 +9327,6 @@
[HTMLInputElement interface: createInput("reset") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("reset") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("reset") must inherit property "height" with the proper type (15)]
expected: FAIL
@ -9480,9 +9414,6 @@
[HTMLInputElement interface: createInput("button") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: createInput("button") must inherit property "files" with the proper type (9)]
expected: FAIL
[HTMLInputElement interface: createInput("button") must inherit property "height" with the proper type (15)]
expected: FAIL