Add form getter for input/button elements; update test expectations

This commit is contained in:
Manish Goregaokar 2015-09-16 07:07:21 +05:30
parent ed30923156
commit b677f0f4ae
6 changed files with 13 additions and 21 deletions

View file

@ -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

View file

@ -1,14 +1,8 @@
[form.html]
type: testharness
[button.form]
expected: FAIL
[fieldset.form]
expected: FAIL
[input.form]
expected: FAIL
[keygen.form]
expected: FAIL