Index: third_party/WebKit/LayoutTests/media/media-can-play-octet-stream-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/media-can-play-octet-stream-expected.txt b/third_party/WebKit/LayoutTests/media/media-can-play-octet-stream-expected.txt |
deleted file mode 100644 |
index c865a348c604fc434f889b3cafff4e37eec44266..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/media-can-play-octet-stream-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test HTMLMediaElement canPlayType() method with "application/octet-stream". |
- |
-These tests should always pass as no WebKit port should support "application/octet-stream". |
- |
-++ Test with <video> element. |
-EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK |
-EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK |
-EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK |
- |
-++ Test with <audio> element. |
-EXPECTED (mediaElement.canPlayType('APPLICATION/octet-stream') == '') OK |
-EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=theora') == '') OK |
-EXPECTED (mediaElement.canPlayType('application/octet-stream;codecs=mp4') == '') OK |
-END OF TEST |
- |