Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt |
| deleted file mode 100644 |
| index e5ffee977258a683250148b0cc349731fdd952aa..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-expected.txt |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -Test that stalled, timeupdate and waiting events are sent when media load stalls in the middle. |
| - |
| -RUN(video.play()) |
| -EVENT(durationchange) |
| -EVENT(loadedmetadata) |
| -EVENT(loadeddata) |
| -EVENT(canplay) |
| -EVENT(canplaythrough) |
| -EVENT(timeupdate) |
| -EVENT(stalled) |
| -END OF TEST |
| - |