| Index: LayoutTests/media/video-controls-fullscreen-with-controller.html
|
| diff --git a/LayoutTests/media/video-controls-fullscreen-with-controller.html b/LayoutTests/media/video-controls-fullscreen-with-controller.html
|
| index 60443f2e9faa8f650121991abf31ddaeeaa7a563..59af04bab9dd7b32a3b08193ce2da085d0925b6d 100644
|
| --- a/LayoutTests/media/video-controls-fullscreen-with-controller.html
|
| +++ b/LayoutTests/media/video-controls-fullscreen-with-controller.html
|
| @@ -10,6 +10,6 @@
|
| </head>
|
| <body>
|
| <div id="log"></div>
|
| - <script>fullscreen_test(new MediaController(), true);</script>
|
| + <script>fullscreen_test(new MediaController());</script>
|
| </body>
|
| </html>
|
|
|