Cargoify servo

This commit is contained in:
Jack Moffitt 2014-08-28 09:34:23 -06:00
parent db2f642c32
commit c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions

View file

@ -0,0 +1,11 @@
[HTMLFieldSetElement.html]
type: testharness
[The type attribute must return \'fieldset\']
expected: FAIL
[The elements must return an HTMLFormControlsCollection object]
expected: FAIL
[The controls must root at the fieldset element]
expected: FAIL

View file

@ -0,0 +1,14 @@
[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.]
expected: FAIL
[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.]
expected: FAIL
[The <legend> element is child of the disabled fieldset: Its descendants should be disabled.]
expected: FAIL