| Index: LayoutTests/media/media-controls-invalid-url.html
|
| diff --git a/LayoutTests/media/media-controls-invalid-url.html b/LayoutTests/media/media-controls-invalid-url.html
|
| index 38a565c1e89f520cd7864efa40bd894aa0bd2fa7..c9860f88cc566656020a534677cc97084fdee065 100644
|
| --- a/LayoutTests/media/media-controls-invalid-url.html
|
| +++ b/LayoutTests/media/media-controls-invalid-url.html
|
| @@ -12,7 +12,7 @@
|
| video = document.getElementsByTagName("video")[0];
|
| video.src = findMediaFile("video", "content/test");
|
|
|
| - waitForEvent("canplaythrough", start);
|
| + waitForEventOnce("canplaythrough", start);
|
| waitForEvent("seeked", seeked);
|
| waitForEvent("error", error);
|
| }
|
|
|