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

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

Issue 974783002: Match the Fullscreen spec's CSS as far as currently practical (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: disambiguate Fullscreen UA style sheet Created 5 years, 9 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 44b5afde09901d48b907bbc3c1ffae1bb0ea1a6e..93cd0e815446566974f3e806b7ec6b15b23bfc88 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
@@ -40,7 +40,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, the whole screen should be white.
+ After entering full screen mode, the whole screen should be white with a green border.
Click <button onclick="goFullScreen()">go full screen</button> to run the test.</div>
<div id="block2"></div>
<iframe allowfullscreen src="resources/empty.html" id="block1"></iframe>

Powered by Google App Engine
This is Rietveld 408576698