| Index: LayoutTests/media/video-seek-past-end-playing.html
|
| diff --git a/LayoutTests/media/video-seek-past-end-playing.html b/LayoutTests/media/video-seek-past-end-playing.html
|
| index 9191d3b9164fd7b319c2017e0488ed5c60109a80..15aac4a71a7cb25fe19705aa289e92e9e464c927 100644
|
| --- a/LayoutTests/media/video-seek-past-end-playing.html
|
| +++ b/LayoutTests/media/video-seek-past-end-playing.html
|
| @@ -8,7 +8,7 @@
|
| <script>
|
| var timeupdateEventCount = 0;
|
|
|
| - waitForEvent('canplaythrough', function () {
|
| + waitForEventOnce('canplaythrough', function () {
|
| testExpected("video.paused", true);
|
| run("video.play()");
|
| testExpected("video.paused", false);
|
|
|