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

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

Issue 457663002: Convert more fullscreen tests to reftests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address feedback Created 6 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-iframe-zIndex-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a2e93041e85e931fc76069599f089991ab377d5e..7ea3e94252c66038f5aa3b0b7660f9145b9d84af 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
@@ -45,10 +45,10 @@
</style>
</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.
+ <div>This tests that an element with a positive z-index appears behind the full screen element.
+ After entering full screen mode, the whole screen should be white.
Click <button onclick="goFullScreen()">go full screen</button> to run the test.</div>
<div id="block2"></div>
- <iframe allowfullscreen src="resources/inner.html" id="block1"></iframe>
+ <iframe allowfullscreen src="resources/empty.html" id="block1"></iframe>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-iframe-zIndex-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698