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

Unified Diff: LayoutTests/media/video-controls-fullscreen-iframe-allowed.html

Issue 1240573005: Make video.webkitSupportsFullscreen an alias of document.fullscreenEnabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move comments to assert descriptions Created 5 years, 5 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/media/video-controls-fullscreen-iframe-allowed.html
diff --git a/LayoutTests/media/video-controls-fullscreen-with-controller.html b/LayoutTests/media/video-controls-fullscreen-iframe-allowed.html
similarity index 67%
copy from LayoutTests/media/video-controls-fullscreen-with-controller.html
copy to LayoutTests/media/video-controls-fullscreen-iframe-allowed.html
index 59af04bab9dd7b32a3b08193ce2da085d0925b6d..863fbc9c52156f8488783434cbaaf42bb0d32378 100644
--- a/LayoutTests/media/video-controls-fullscreen-with-controller.html
+++ b/LayoutTests/media/video-controls-fullscreen-iframe-allowed.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>video controls fullscreen button with MediaController</title>
+ <title>video controls fullscreen button in iframe with allowfullscreen attribute</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="media-file.js"></script>
@@ -10,6 +10,7 @@
</head>
<body>
<div id="log"></div>
- <script>fullscreen_test(new MediaController());</script>
+ <iframe allowfullscreen></iframe>
+ <script>fullscreen_iframe_test();</script>
</body>
</html>
« no previous file with comments | « LayoutTests/media/video-controls-fullscreen.js ('k') | LayoutTests/media/video-controls-fullscreen-iframe-not-allowed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698