| 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>
|
|
|