mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
This renames: - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout` - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta` - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout` - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
32 lines
979 B
INI
32 lines
979 B
INI
[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
|
|
|
|
[showModal() on a <dialog> after initial showModal() and removing the open attribute]
|
|
expected: FAIL
|
|
|
|
[when opening multiple dialogs, the most recently opened is rendered on top]
|
|
expected: FAIL
|
|
|
|
[Although the document is not attached to any pages, showModal() should execute as normal.]
|
|
expected: FAIL
|