mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +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,17 @@
|
|||
[dialog-close.html]
|
||||
type: testharness
|
||||
[close() fires a close event]
|
||||
expected: FAIL
|
||||
|
||||
[close() on a <dialog> that doesn\'t have an open attribute throws an InvalidStateError exception]
|
||||
expected: FAIL
|
||||
|
||||
[close() removes the open attribute and set the returnValue to the first argument]
|
||||
expected: FAIL
|
||||
|
||||
[close() without argument removes the open attribute and there\'s no returnValue]
|
||||
expected: FAIL
|
||||
|
||||
[close() should set the returnValue IDL attribute but not the JS property]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[dialog-showModal.html]
|
||||
type: testharness
|
||||
[dialog element: showModal()]
|
||||
expected: FAIL
|
||||
|
||||
[showModal() on a <dialog> that already has an open attribute throws an InvalidStateError exception]
|
||||
expected: FAIL
|
||||
|
||||
[showModal() on a <dialog> not in a Document throws an InvalidStateError exception]
|
||||
expected: FAIL
|
||||
|
||||
[when opening multiple dialogs, only the newest one is non-inert]
|
||||
expected: FAIL
|
||||
|
||||
[opening dialog without focusable children]
|
||||
expected: FAIL
|
||||
|
||||
[opening dialog with multiple focusable children]
|
||||
expected: FAIL
|
||||
|
||||
[opening dialog with multiple focusable children, one having the autofocus attribute]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue