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

Unified Diff: LayoutTests/media/media-can-play-webm.html

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/media/media-can-play-webm-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/media-can-play-webm.html
diff --git a/LayoutTests/media/media-can-play-webm.html b/LayoutTests/media/media-can-play-webm.html
index 2ef0dbe905a459303ba2db1ec4f043c13b9fa403..82093e119601cf404902fa0028ec25ba06a74d8c 100644
--- a/LayoutTests/media/media-can-play-webm.html
+++ b/LayoutTests/media/media-can-play-webm.html
@@ -12,6 +12,8 @@
testExpected("video.canPlayType('audio/webm; codecs=vorbis')", "probably");
testExpected("video.canPlayType('video/webm; codecs=vp8,vorbis')", "probably");
scherkus (not reviewing) 2013/11/11 21:36:36 think you can add another case for vp8 by itself?
vignesh 2013/11/11 23:58:17 Done.
+ testExpected("video.canPlayType('video/webm; codecs=vp9')", "probably");
scherkus (not reviewing) 2013/11/11 21:36:36 hrmm.. we should probably be exercising vp9 and vp
vignesh 2013/11/11 23:58:17 Done. Will add the opus and vp9+opus tests after w
+
endTest();
}
</script>
« no previous file with comments | « no previous file | LayoutTests/media/media-can-play-webm-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698