| Index: content/browser/media/media_browsertest.cc
|
| diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
|
| index 667d5419874061a15b952ba8858626ad94e8073e..633b562b883c7e7d93d130d3e17f991352cd2de3 100644
|
| --- a/content/browser/media/media_browsertest.cc
|
| +++ b/content/browser/media/media_browsertest.cc
|
| @@ -133,6 +133,10 @@ IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearSilentWebm) {
|
| IN_PROC_BROWSER_TEST_P(MediaTest, VideoBearHighBitDepthVP9) {
|
| PlayVideo("bear-320x180-hi10p-vp9.webm", GetParam());
|
| }
|
| +
|
| +IN_PROC_BROWSER_TEST_P(MediaTest, VideoBear12DepthVP9) {
|
| + PlayVideo("bear-320x180-hi12p-vp9.webm", GetParam());
|
| +}
|
| #endif
|
|
|
| #if defined(USE_PROPRIETARY_CODECS)
|
|
|