Index: third_party/WebKit/LayoutTests/media/media-can-play-wav-audio-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/media-can-play-wav-audio-expected.txt b/third_party/WebKit/LayoutTests/media/media-can-play-wav-audio-expected.txt |
deleted file mode 100644 |
index fe013903896015e7b96cc5b7edf57c8374bc7a62..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/media-can-play-wav-audio-expected.txt |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-Test HTMLMediaElement canPlayType() method with multiple .wav MIME types. |
- |
-These tests may be expected to fail if the WebKit port does not support the format. |
- |
-EXPECTED (audio.canPlayType('audio/wav') == 'maybe') OK |
-EXPECTED (audio.canPlayType('audio/x-wav') == 'maybe') OK |
-EXPECTED (audio.canPlayType('audio/wav; codecs=1') == 'probably') OK |
-EXPECTED (audio.canPlayType('audio/x-wav; codecs=1') == 'probably') OK |
-END OF TEST |
- |