mirror of
https://github.com/servo/servo.git
synced 2025-07-15 11:23:39 +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,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
|
||||
|
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue