| Index: third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html b/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
|
| index 15aac4a71a7cb25fe19705aa289e92e9e464c927..0586477008c2d88bff41688d6472d4d3e4ecdac3 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
|
| +++ b/third_party/WebKit/LayoutTests/media/video-seek-past-end-playing.html
|
| @@ -4,6 +4,8 @@
|
| <video loop controls></video>
|
| <p>Test that seeking video with 'loop' past it's end rewinds to the beginning and continues playback.</p>
|
| <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>
|
| var timeupdateEventCount = 0;
|
|
|