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

Unified Diff: LayoutTests/fullscreen/full-screen-iframe-allowed-nested.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-allowed-nested.html
diff --git a/LayoutTests/fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html b/LayoutTests/fullscreen/full-screen-iframe-allowed-nested.html
similarity index 74%
rename from LayoutTests/fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html
rename to LayoutTests/fullscreen/full-screen-iframe-allowed-nested.html
index ce7e69e7a4d046795c009c0c06031f31b5d2a05c..e4256326689b33668b290b5055b116ec8ea9e325 100644
--- a/LayoutTests/fullscreen/full-screen-iframe-with-mixed-allow-webkitallow-attribute.html
+++ b/LayoutTests/fullscreen/full-screen-iframe-allowed-nested.html
@@ -1,8 +1,8 @@
-<p>Test entering full screen for a nested iframe works with a mixture of both
-allowfullscreen and webkitallowfullscreen.</p>
+<!DOCTYPE html>
+<p>Test entering full screen for nested iframes.</p>
<p>To test manually, click into inner frame, the page should enter full screen mode.</p>
<script src="full-screen-test.js"></script>
-<iframe webkitallowfullscreen src="resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe1.html">
+<iframe allowfullscreen src="resources/full-screen-iframe-allowed-nested1.html">
</iframe>
<script>
window.onmessage = function () { // iframes have been loaded and messaged us.
@@ -22,4 +22,3 @@ window.onmessage = function () { // iframes have been loaded and messaged us.
}
}
</script>
-

Powered by Google App Engine
This is Rietveld 408576698