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,12 @@
[button-events.html]
type: testharness
expected: TIMEOUT
[The submit event must be fired when click a button in submit status]
expected: NOTRUN
[The reset event must be fired when click a button in reset status]
expected: NOTRUN
[The show event must be fired when click a button in menu status]
expected: NOTRUN

View file

@ -0,0 +1,20 @@
[button-validation.html]
type: testharness
[missing type attribute]
expected: FAIL
[submit type attribute]
expected: FAIL
[reset type attribute]
expected: FAIL
[button type attribute]
expected: FAIL
[menu type attribute]
expected: FAIL
[invalid type attribute]
expected: FAIL