Add form getters for additional elements; update test expectations

This adds form getters for fieldset, label, object, output, select and
textarea elements.
This commit is contained in:
Philipp Hartwig 2015-09-27 19:08:53 +02:00
parent a1fb8cfbb0
commit 8d67914c7f
14 changed files with 83 additions and 61 deletions

View file

@ -2730,9 +2730,6 @@
[HTMLObjectElement interface: attribute useMap]
expected: FAIL
[HTMLObjectElement interface: attribute form]
expected: FAIL
[HTMLObjectElement interface: attribute width]
expected: FAIL
@ -5031,18 +5028,12 @@
[HTMLLabelElement interface: existence and properties of interface object]
expected: FAIL
[HTMLLabelElement interface: attribute form]
expected: FAIL
[HTMLLabelElement interface: attribute htmlFor]
expected: FAIL
[HTMLLabelElement interface: attribute control]
expected: FAIL
[HTMLLabelElement interface: document.createElement("label") must inherit property "form" with the proper type (0)]
expected: FAIL
[HTMLLabelElement interface: document.createElement("label") must inherit property "htmlFor" with the proper type (1)]
expected: FAIL
@ -5391,9 +5382,6 @@
[HTMLSelectElement interface: attribute autofocus]
expected: FAIL
[HTMLSelectElement interface: attribute form]
expected: FAIL
[HTMLSelectElement interface: attribute required]
expected: FAIL
@ -5448,9 +5436,6 @@
[HTMLSelectElement interface: document.createElement("select") must inherit property "autofocus" with the proper type (1)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "form" with the proper type (3)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type (6)]
expected: FAIL
@ -5553,9 +5538,6 @@
[HTMLTextAreaElement interface: attribute dirName]
expected: FAIL
[HTMLTextAreaElement interface: attribute form]
expected: FAIL
[HTMLTextAreaElement interface: attribute inputMode]
expected: FAIL
@ -5619,9 +5601,6 @@
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type (3)]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "form" with the proper type (5)]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "inputMode" with the proper type (6)]
expected: FAIL
@ -5799,9 +5778,6 @@
[HTMLOutputElement interface: attribute htmlFor]
expected: FAIL
[HTMLOutputElement interface: attribute form]
expected: FAIL
[HTMLOutputElement interface: attribute name]
expected: FAIL
@ -5835,9 +5811,6 @@
[HTMLOutputElement interface: document.createElement("output") must inherit property "htmlFor" with the proper type (0)]
expected: FAIL
[HTMLOutputElement interface: document.createElement("output") must inherit property "form" with the proper type (1)]
expected: FAIL
[HTMLOutputElement interface: document.createElement("output") must inherit property "name" with the proper type (2)]
expected: FAIL
@ -5946,9 +5919,6 @@
[HTMLFieldSetElement interface: existence and properties of interface object]
expected: FAIL
[HTMLFieldSetElement interface: attribute form]
expected: FAIL
[HTMLFieldSetElement interface: attribute name]
expected: FAIL

View file

@ -1,23 +1,5 @@
[form.html]
type: testharness
[fieldset.form]
expected: FAIL
[keygen.form]
expected: FAIL
[label.form]
expected: FAIL
[object.form]
expected: FAIL
[output.form]
expected: FAIL
[select.form]
expected: FAIL
[textarea.form]
expected: FAIL