Update test expectations for additional form getters

This commit is contained in:
Philipp Hartwig 2015-09-28 19:29:47 +02:00
parent 8d67914c7f
commit e6ea7b0feb
2 changed files with 0 additions and 9 deletions

View file

@ -3,9 +3,6 @@
[The type attribute must return 'fieldset'] [The type attribute must return 'fieldset']
expected: FAIL expected: FAIL
[The form attribute must return the fieldset's form owner]
expected: FAIL
[The elements must return an HTMLFormControlsCollection object] [The elements must return an HTMLFormControlsCollection object]
expected: FAIL expected: FAIL

View file

@ -27,12 +27,6 @@
[A form control has no label 2.] [A form control has no label 2.]
expected: FAIL expected: FAIL
[A label's form attribute should return its form owner.]
expected: FAIL
[Check that the labels property of a form control with no label returns a zero-length NodeList.]
expected: FAIL
[A label's htmlFor attribute must reflect the for content attribute] [A label's htmlFor attribute must reflect the for content attribute]
expected: FAIL expected: FAIL