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..11d571f3aadb5d950b16cc4a9d2ad9d4c7c35e61 100644 |
--- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html |
+++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html |
@@ -49,5 +49,5 @@ |
After entering full screen mode, only a white box 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> |
+ <iframe allowfullscreen src="resources/inner.html" id="block1"></iframe> |
</body> |
falken
2014/07/01 05:03:28
nit: might as well close the </html> (well, we'd u
|