Update web-platform-tests expected data to revision 2a9fd810bb18610b422dbc3998ab74aa1bffae95

This commit is contained in:
James Graham 2015-04-24 15:54:58 +01:00
parent f837e575fe
commit 291ac06c01
109 changed files with 2512 additions and 2559 deletions

View file

@ -1,6 +1,9 @@
[HTMLFieldSetElement.html]
type: testharness
[The type attribute must return \'fieldset\']
[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]
@ -9,6 +12,3 @@
[The controls must root at the fieldset element]
expected: FAIL
[The form attribute must return the fieldset\'s form owner]
expected: FAIL

View file

@ -1,9 +1,9 @@
[disabled.html]
type: testharness
[The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element\'s first legend element child, if any, to be disabled.]
[The disabled attribute, when specified, causes all the form control descendants of the fieldset element, excluding those that are descendants of the fieldset element's first legend element child, if any, to be disabled.]
expected: FAIL
[The first \'legend\' element is not a child of the disabled fieldset: Its descendants should be disabled.]
[The first 'legend' element is not a child of the disabled fieldset: Its descendants should be disabled.]
expected: FAIL
[The <legend> element is not a child of the disabled fieldset: Its descendants should be disabled.]