servo/tests/wpt/meta/html/semantics/interactive-elements/the-dialog-element/dialog-showModal.html.ini
Servo WPT Sync b22c0771be
Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad4036f' (#34115)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2024-11-03 01:33:12 +00:00

33 lines
1 KiB
INI
Vendored

[dialog-showModal.html]
[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> after initial showModal() and removing the open attribute]
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
[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
[When the document is not attached to any pages, showModal() should throw.]
expected: FAIL