OLD | NEW |
| (Empty) |
1 Tests that the active modal dialog is as expected when fullscreen elements are a
dded to the top layer. This test requires testRunner. | |
2 | |
3 the active modal dialog should be: top-dialog | |
4 EXPECTED (clickedOn == '[object HTMLDialogElement]') OK | |
5 EXPECTED (clickedOn == '[object HTMLHtmlElement]') OK | |
6 the active modal dialog should be: bottom-dialog | |
7 EXPECTED (clickedOn == '[object HTMLDialogElement]') OK | |
8 EXPECTED (clickedOn == '[object HTMLHtmlElement]') OK | |
9 there should be no modal dialog | |
10 EXPECTED (clickedOn == '[object HTMLDivElement]') OK | |
11 END OF TEST | |
12 | |
OLD | NEW |