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

Side by Side 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, 10 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 unified diff | Download patch | 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
This is Rietveld 408576698