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

Unified Diff: LayoutTests/media/video-source-error-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/media/video-source-error-expected.txt
diff --git a/LayoutTests/media/video-source-error-expected.txt b/LayoutTests/media/video-source-error-expected.txt
deleted file mode 100644
index c7f3e3a4137d787c127d6ac5b4d72889117136b0..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-source-error-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-1. Test that errors fired while evaluating/loading <source> elements are fired at the <source> and not at the <video> element.
-2. Verifiy that an 'error' event fired while processing/loading a <source> element does not set the media element's 'error' attribute.
-
-EVENT(loadstart)
-EVENT(error) from <source id='missing-src' src=''> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(error) from <source id='bogus-type' src='content/test.mp4'> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(error) from <source id='unsupported-media-query' src='content/test.mp4'> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(error) from <source id='missing-file' src='content/error2.mpeg'> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(error) from <source id='format-error' src='content/unsupported_track.mov'> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(durationchange)
-EVENT(loadeddata)
-
-EXPECTED (relativeURL(video.currentSrc) == 'content/test.mp4') OK
-EXPECTED (video.error == 'null') OK
-
-END OF TEST
-
« no previous file with comments | « LayoutTests/media/video-click-dblckick-standalone-expected.txt ('k') | LayoutTests/plugins/document-open-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698