| Index: LayoutTests/media/track/track-css-matching.html
|
| diff --git a/LayoutTests/media/track/track-css-matching.html b/LayoutTests/media/track/track-css-matching.html
|
| index 8905895ce865fd6156d30b0a96230af1164dbe18..58f8fa715bc228c6eaf62f6e20134be244cec602 100644
|
| --- a/LayoutTests/media/track/track-css-matching.html
|
| +++ b/LayoutTests/media/track/track-css-matching.html
|
| @@ -80,7 +80,7 @@
|
| video.src = findMediaFile('video', '../content/test');
|
| video.id = "testvideo";
|
| waitForEvent('seeked', seeked);
|
| - waitForEvent('canplaythrough', function() { video.currentTime = seekTimes[0]; });
|
| + waitForEventOnce('canplaythrough', function() { video.currentTime = seekTimes[0]; });
|
| }
|
|
|
| </script>
|
|
|