| Index: LayoutTests/media/controls-drag-timebar.html
|
| diff --git a/LayoutTests/media/controls-drag-timebar.html b/LayoutTests/media/controls-drag-timebar.html
|
| index ae5444322922ed220f67f6b774f8df7b6b981c5e..2686eb07c0bd1420e1c1231a23ff72e89c410cee 100644
|
| --- a/LayoutTests/media/controls-drag-timebar.html
|
| +++ b/LayoutTests/media/controls-drag-timebar.html
|
| @@ -70,7 +70,7 @@
|
| function start()
|
| {
|
| findMediaElement();
|
| - waitForEvent('canplaythrough', test);
|
| + waitForEventOnce('canplaythrough', test);
|
| waitForEvent('seeked', seeked);
|
| video.src = findMediaFile("video", "content/test");
|
| }
|
| @@ -82,4 +82,3 @@
|
| <video controls></video>
|
| </body>
|
| </html>
|
| -
|
|
|