Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt b/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt |
| deleted file mode 100644 |
| index 6a2ea7aed32f0e84b35d5ab753908703c62ae711..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/media/video-played-reset-expected.txt |
| +++ /dev/null |
| @@ -1,38 +0,0 @@ |
| -Test of the media element 'played' attribute |
| - |
| -EVENT(loadstart) |
| -EVENT(loadedmetadata) |
| -EVENT(canplay) |
| -Test 1 OK |
| - |
| -Test playing when there are no ranges |
| -RUN(video.play()) |
| -RUN(video.pause()) |
| -EVENT(pause) |
| -Test 2 OK |
| -Test 3 OK |
| -Test 4 OK |
| - |
| -Test to reset to non empty video source |
| -RUN(video.load()) |
| -EVENT(loadstart) |
| -EVENT(loadedmetadata) |
| -EVENT(canplay) |
| -Test 5 OK |
| - |
| -Test jumping forward into a new range and play |
| -RUN(video.play()) |
| -RUN(video.pause()) |
| -EVENT(pause) |
| -Test 6 OK |
| -Test 7 OK |
| -Test 8 OK |
| - |
| -Test to reset to an empty video source |
| -RUN(video.src = "") |
| -RUN(video.load()) |
| -EVENT(loadstart) |
| -EVENT(loadstart) |
| -Test 9 OK |
| -END OF TEST |
| - |