mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Add form getter for input/button elements; update test expectations
This commit is contained in:
parent
ed30923156
commit
b677f0f4ae
6 changed files with 13 additions and 21 deletions
|
@ -5079,9 +5079,6 @@
|
|||
[HTMLInputElement interface: attribute dirName]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute form]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: attribute files]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5208,9 +5205,6 @@
|
|||
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "form" with the proper type (8)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5346,9 +5340,6 @@
|
|||
[HTMLButtonElement interface: attribute autofocus]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: attribute form]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: attribute formNoValidate]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5376,9 +5367,6 @@
|
|||
[HTMLButtonElement interface: document.createElement("button") must inherit property "autofocus" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: document.createElement("button") must inherit property "form" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLButtonElement interface: document.createElement("button") must inherit property "formNoValidate" with the proper type (6)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
[form.html]
|
||||
type: testharness
|
||||
[button.form]
|
||||
expected: FAIL
|
||||
|
||||
[fieldset.form]
|
||||
expected: FAIL
|
||||
|
||||
[input.form]
|
||||
expected: FAIL
|
||||
|
||||
[keygen.form]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue