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> |