Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/WebKit/LayoutTests/media/video-source-error-no-candidate-expected.txt

Issue 2121453003: Convert video-source-error* and video-source-inserted* tests to testharness.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698