Index: third_party/WebKit/LayoutTests/http/tests/media/video-load-twice-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-load-twice-expected.txt b/third_party/WebKit/LayoutTests/http/tests/media/video-load-twice-expected.txt |
deleted file mode 100644 |
index 9d08efb885f453c202f2d00ae2a4790038db12fd..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/media/video-load-twice-expected.txt |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-RUN(video.src = file) |
-EVENT(loadedmetadata) |
-EVENT(loadeddata) |
-EVENT(canplay) |
-EVENT(canplaythrough) |
-RUN(video.src = file) |
-EVENT(loadedmetadata) |
-EVENT(loadeddata) |
-EVENT(canplay) |
-EVENT(canplaythrough) |
-END OF TEST |
- |