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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-zIndex.html

Issue 18896003: [WIP] Migrate Fullscreen to use top layer instead of RenderFullScreen (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/fullscreen/full-screen-iframe-zIndex.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
index 06d97114c642537a85878544671ac1fe22825712..adeddbcaecd5dae0e61011dec2b746707f9913bb 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
@@ -46,7 +46,7 @@
</head>
<body onload="init()">
<div>This tests that an element with a positive z-index appears behind the full screen element.
- After entering full screen mode, only a white box should be visible.
+ After entering full screen mode, only a "Go full screen" button against a white background should be visible.
Click <button onclick="goFullScreen()">go full screen</button> to run the test.</div>
<div id="block2"></div>
<iframe webkitallowfullscreen src="resources/inner.html" id="block1"></iframe>

Powered by Google App Engine
This is Rietveld 408576698