Index: LayoutTests/fast/dom/HTMLDialogElement/fullscreen-elements-do-not-affect-modality-expected.txt |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/fullscreen-elements-do-not-affect-modality-expected.txt b/LayoutTests/fast/dom/HTMLDialogElement/fullscreen-elements-do-not-affect-modality-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e77e211fa3a2e9340cda27400e67344ce3268305 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/fullscreen-elements-do-not-affect-modality-expected.txt |
@@ -0,0 +1,12 @@ |
+Tests that the active modal dialog is as expected when fullscreen elements are added to the top layer. This test requires testRunner. |
+ |
+the active modal dialog should be: top-dialog |
+EXPECTED (clickedOn == '[object HTMLDialogElement]') OK |
+EXPECTED (clickedOn == '[object HTMLHtmlElement]') OK |
+the active modal dialog should be: bottom-dialog |
+EXPECTED (clickedOn == '[object HTMLDialogElement]') OK |
+EXPECTED (clickedOn == '[object HTMLHtmlElement]') OK |
+there should be no modal dialog |
+EXPECTED (clickedOn == '[object HTMLDivElement]') OK |
+END OF TEST |
+ |