| 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 06d97114c642537a85878544671ac1fe22825712..adeddbcaecd5dae0e61011dec2b746707f9913bb 100644
|
| --- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
|
| +++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
|
| @@ -46,7 +46,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, only a white box should be visible.
|
| + After entering full screen mode, only a "Go full screen" button against a white background should be visible.
|
| Click <button onclick="goFullScreen()">go full screen</button> to run the test.</div>
|
| <div id="block2"></div>
|
| <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></iframe>
|
|
|