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

Side by Side 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, 5 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
OLDNEW
(Empty)
1 Test that 'error' events are fired from <source> element when it can not be used .
2
3
4 EVENT(error) from <source id='missing-src' src=null> OK
5 EXPECTED (video.error == 'null') OK
6
7 EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK
8 EXPECTED (video.error == 'null') OK
9
10 EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.ht ml'> OK
11 EXPECTED (video.error == 'null') OK
12
13 EVENT(error) from <source id='no-extension-no-type' src='nonexistent'> OK
14 EXPECTED (video.error == 'null') OK
15
16 END OF TEST
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698