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

Side by Side Diff: LayoutTests/media/media-can-play-webm-expected.txt

Issue 69453002: Updating WebM canPlayType Layout Tests to check VP9 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
1 Test HTMLMediaElement canPlayType() method for webm media containers. 1 Test HTMLMediaElement canPlayType() method for webm media containers.
2 2
3 These tests may be expected to fail if the WebKit port does not support the form at. 3 These tests may be expected to fail if the WebKit port does not support the form at.
4 4
5 EXPECTED (video.canPlayType('audio/webm') == 'maybe') OK 5 EXPECTED (video.canPlayType('audio/webm') == 'maybe') OK
6 EXPECTED (video.canPlayType('video/webm') == 'maybe') OK 6 EXPECTED (video.canPlayType('video/webm') == 'maybe') OK
7 EXPECTED (video.canPlayType('audio/webm; codecs=vorbis') == 'probably') OK 7 EXPECTED (video.canPlayType('audio/webm; codecs=vorbis') == 'probably') OK
8 EXPECTED (video.canPlayType('video/webm; codecs=vp8,vorbis') == 'probably') OK 8 EXPECTED (video.canPlayType('video/webm; codecs=vp8,vorbis') == 'probably') OK
9 EXPECTED (video.canPlayType('video/webm; codecs=vp9') == 'probably') OK
9 END OF TEST 10 END OF TEST
10 11
OLDNEW
« LayoutTests/media/media-can-play-webm.html ('K') | « LayoutTests/media/media-can-play-webm.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698