Index: third_party/WebKit/LayoutTests/media/video-source-error-no-candidate-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/media/video-source-error-no-candidate-expected.txt b/third_party/WebKit/LayoutTests/media/video-source-error-no-candidate-expected.txt |
deleted file mode 100644 |
index ed8c7bda21a0a115d494dcc04473167a484577fb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/media/video-source-error-no-candidate-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-Test that 'error' events are fired from <source> element when it can not be used. |
- |
- |
-EVENT(error) from <source id='missing-src' src=null> OK |
-EXPECTED (video.error == 'null') OK |
- |
-EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK |
-EXPECTED (video.error == 'null') OK |
- |
-EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.html'> OK |
-EXPECTED (video.error == 'null') OK |
- |
-EVENT(error) from <source id='no-extension-no-type' src='nonexistent'> OK |
-EXPECTED (video.error == 'null') OK |
- |
-END OF TEST |
- |