mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Cargoify servo
This commit is contained in:
parent
db2f642c32
commit
c6ab60dbfc
1761 changed files with 8423 additions and 2294 deletions
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue