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

Unified Diff: LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.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/resources/full-screen-iframe-allowed-nested2.html
diff --git a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html
similarity index 88%
rename from LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
rename to LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html
index c064aa206b425d056132dd328013c6ed583ac1c3..4523d54ec0cb6b2660022a239c18aa8894d50360 100644
--- a/LayoutTests/fullscreen/resources/full-screen-iframe-with-mixed-allow-webkitallow-iframe2.html
+++ b/LayoutTests/fullscreen/resources/full-screen-iframe-allowed-nested2.html
@@ -1,9 +1,10 @@
+<!DOCTYPE html>
<body onload='parent.postMessage("onload", "*");'>
iframe2<br>
Manual test: click here.
<script src="../full-screen-test.js"></script>
<script>
- document.body.onclick = function() {
+ window.onclick = function() {
document.body.webkitRequestFullScreen();
};
waitForEvent(document, 'webkitfullscreenchange', function() {

Powered by Google App Engine
This is Rietveld 408576698