Support the select() method on input/textarea

Issue #19171
This commit is contained in:
Jon Leighton 2017-12-07 13:58:24 +01:00
parent c9ba16f9fb
commit 0148e9705b
9 changed files with 53 additions and 232 deletions

View file

@ -3090,9 +3090,6 @@
[HTMLInputElement interface: operation setCustomValidity(DOMString)]
expected: FAIL
[HTMLInputElement interface: operation select()]
expected: FAIL
[HTMLInputElement interface: operation setRangeText(DOMString)]
expected: FAIL
@ -3342,9 +3339,6 @@
[HTMLTextAreaElement interface: operation setCustomValidity(DOMString)]
expected: FAIL
[HTMLTextAreaElement interface: operation select()]
expected: FAIL
[HTMLTextAreaElement interface: operation setRangeText(DOMString)]
expected: FAIL
@ -11787,9 +11781,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -11853,9 +11844,6 @@
[HTMLInputElement interface: createInput("text") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("text") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("text") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -11919,9 +11907,6 @@
[HTMLInputElement interface: createInput("hidden") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("hidden") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("hidden") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -11985,9 +11970,6 @@
[HTMLInputElement interface: createInput("search") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("search") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("search") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12051,9 +12033,6 @@
[HTMLInputElement interface: createInput("tel") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("tel") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("tel") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12117,9 +12096,6 @@
[HTMLInputElement interface: createInput("url") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("url") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("url") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12183,9 +12159,6 @@
[HTMLInputElement interface: createInput("email") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("email") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("email") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12249,9 +12222,6 @@
[HTMLInputElement interface: createInput("password") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("password") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("password") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12315,9 +12285,6 @@
[HTMLInputElement interface: createInput("date") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("date") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("date") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12381,9 +12348,6 @@
[HTMLInputElement interface: createInput("month") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("month") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("month") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12447,9 +12411,6 @@
[HTMLInputElement interface: createInput("week") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("week") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("week") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12513,9 +12474,6 @@
[HTMLInputElement interface: createInput("time") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("time") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("time") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12579,9 +12537,6 @@
[HTMLInputElement interface: createInput("datetime-local") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("datetime-local") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("datetime-local") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12645,9 +12600,6 @@
[HTMLInputElement interface: createInput("number") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("number") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("number") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12711,9 +12663,6 @@
[HTMLInputElement interface: createInput("range") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("range") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("range") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12777,9 +12726,6 @@
[HTMLInputElement interface: createInput("color") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("color") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("color") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12843,9 +12789,6 @@
[HTMLInputElement interface: createInput("checkbox") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("checkbox") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("checkbox") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12909,9 +12852,6 @@
[HTMLInputElement interface: createInput("radio") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("radio") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("radio") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -12978,9 +12918,6 @@
[HTMLInputElement interface: createInput("file") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("file") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("file") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -13044,9 +12981,6 @@
[HTMLInputElement interface: createInput("submit") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("submit") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("submit") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -13110,9 +13044,6 @@
[HTMLInputElement interface: createInput("image") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("image") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("image") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -13176,9 +13107,6 @@
[HTMLInputElement interface: createInput("reset") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("reset") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("reset") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -13242,9 +13170,6 @@
[HTMLInputElement interface: createInput("button") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("button") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLInputElement interface: createInput("button") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL
@ -13377,9 +13302,6 @@
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setCustomValidity(DOMString)" with the proper type]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "select()" with the proper type]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setRangeText(DOMString)" with the proper type]
expected: FAIL