Skip to content

Commit

Permalink
Update test expectations for additional form getters
Browse files Browse the repository at this point in the history
  • Loading branch information
aopicier committed Sep 28, 2015
1 parent 8d67914 commit e6ea7b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Expand Up @@ -3,9 +3,6 @@
[The type attribute must return 'fieldset']
expected: FAIL

[The form attribute must return the fieldset's form owner]
expected: FAIL
[The elements must return an HTMLFormControlsCollection object]
expected: FAIL

Expand Down
Expand Up @@ -27,12 +27,6 @@
[A form control has no label 2.]
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]
expected: FAIL

0 comments on commit e6ea7b0

Please sign in to comment.