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,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

View file

@ -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