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

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

Issue 336313015: Remove the webkitallowfullscreen content attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 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

Powered by Google App Engine
This is Rietveld 408576698