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

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

Issue 1058083003: Revert recent changes to the Fullscreen UA style sheet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 93cd0e815446566974f3e806b7ec6b15b23bfc88..44b5afde09901d48b907bbc3c1ffae1bb0ea1a6e 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 with a green border.
+ 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/empty.html" id="block1"></iframe>

Powered by Google App Engine
This is Rietveld 408576698