| 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..488548c236cc8160fd982447af3568e210f0bd2f 100644
|
| --- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
|
| +++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
|
| @@ -23,7 +23,6 @@
|
| width: 200px;
|
| height: 100px;
|
| border: 4px solid darkgreen;
|
| - background-color: green;
|
| z-index: 0;
|
| }
|
| #block2 {
|
| @@ -40,9 +39,9 @@
|
| </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, only a green box should be visible.
|
| 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>
|
| + <iframe allowfullscreen src="resources/green.html" id="block1"></iframe>
|
| </body>
|
| </html>
|
|
|