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

Unified Diff: LayoutTests/media/video-controls-fullscreen-iframe-not-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-not-allowed.html
diff --git a/LayoutTests/media/video-controls-fullscreen-with-controller.html b/LayoutTests/media/video-controls-fullscreen-iframe-not-allowed.html
similarity index 68%
copy from LayoutTests/media/video-controls-fullscreen-with-controller.html
copy to LayoutTests/media/video-controls-fullscreen-iframe-not-allowed.html
index 59af04bab9dd7b32a3b08193ce2da085d0925b6d..e2d560e66208993c068a24c5d7ceb9b2c40e3fb1 100644
--- a/LayoutTests/media/video-controls-fullscreen-with-controller.html
+++ b/LayoutTests/media/video-controls-fullscreen-iframe-not-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 without 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></iframe>
+ <script>fullscreen_iframe_test();</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698