Chromium Code Reviews

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

Issue 132333018: Revert of Reland r165710 "Replace RenderFullScreen with top layer" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine