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

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: fix quirks mode test 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..a2e93041e85e931fc76069599f089991ab377d5e 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-zIndex.html
@@ -3,7 +3,7 @@
<head>
<script>
var runPixelTests = true;
-
+
function init() {
// Bail out early if the full screen API is not enabled or is missing:
if (Element.prototype.webkitRequestFullScreen == undefined) {
@@ -16,7 +16,7 @@
runWithKeyDown(goFullScreen);
}
}
-
+
function goFullScreen() {
var iframe = document.getElementById('block1');
var element = iframe.contentDocument.documentElement;
@@ -49,5 +49,6 @@
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>
+</html>

Powered by Google App Engine
This is Rietveld 408576698