| Index: LayoutTests/media/video-capture-preview.html
|
| diff --git a/LayoutTests/media/video-capture-preview.html b/LayoutTests/media/video-capture-preview.html
|
| index 93f9683a825554e08d7fb02571dc7debd8788a53..fe7d08f3c5c6f93c2c08cc38f5e0366dc8960af5 100644
|
| --- a/LayoutTests/media/video-capture-preview.html
|
| +++ b/LayoutTests/media/video-capture-preview.html
|
| @@ -55,8 +55,8 @@ function playPreview()
|
| waitForEvent("loadstart");
|
| waitForEvent("loadeddata");
|
| waitForEvent("canplay");
|
| - waitForEvent("canplaythrough");
|
| waitForEvent("play");
|
| + waitForEvent("canplaythrough");
|
| }
|
|
|
| </script>
|
|
|