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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 1. Test that errors fired while evaluating/loading <source> elements are fired a t the <source> and not at the <video> element.
2 2. Verifiy that an 'error' event fired while processing/loading a <source> eleme nt does not set the media element's 'error' attribute.
3
4 EVENT(loadstart)
5 EVENT(error) from <source id='missing-src' src=''> OK
6 EXPECTED (video.error == 'null') OK
7
8 EVENT(error) from <source id='bogus-type' src='content/test.mp4'> OK
9 EXPECTED (video.error == 'null') OK
10
11 EVENT(error) from <source id='unsupported-media-query' src='content/test.mp4'> O K
12 EXPECTED (video.error == 'null') OK
13
14 EVENT(error) from <source id='missing-file' src='content/error2.mpeg'> OK
15 EXPECTED (video.error == 'null') OK
16
17 EVENT(error) from <source id='format-error' src='content/unsupported_track.mov'> OK
18 EXPECTED (video.error == 'null') OK
19
20 EVENT(durationchange)
21 EVENT(loadeddata)
22
23 EXPECTED (relativeURL(video.currentSrc) == 'content/test.mp4') OK
24 EXPECTED (video.error == 'null') OK
25
26 END OF TEST
27
OLDNEW
« 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