Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: LayoutTests/fast/dom/HTMLDialogElement/fullscreen-elements-do-not-affect-modality-expected.txt

Issue 134753003: Reland r165710 "Replace RenderFullScreen with top layer" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch for landing Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698