blob: bf65460360f687b749a68534657bf6f6244ef95f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|