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> |