| Index: third_party/WebKit/LayoutTests/media/video-enter-fullscreen-without-user-gesture.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-enter-fullscreen-without-user-gesture.html b/third_party/WebKit/LayoutTests/media/video-enter-fullscreen-without-user-gesture.html
|
| index 5baaa053d7183f547d83b1c2dd6f47c5f5247ce0..6aa985afd327b7d79e2c588c633a081c6c83c363 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-enter-fullscreen-without-user-gesture.html
|
| +++ b/third_party/WebKit/LayoutTests/media/video-enter-fullscreen-without-user-gesture.html
|
| @@ -2,6 +2,8 @@
|
| <head>
|
| <title>Test webkitRequestFullscreen() without any user gesture.</title>
|
| <script src=media-file.js></script>
|
| + <!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956
|
| + (Please avoid writing new tests using video-test.js) -->
|
| <script src=video-test.js></script>
|
| <script>
|
| function canplaythrough()
|
|
|