| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 6c188b1f455e194ff261cf9c1844066e2e4eabd0..d389b5bf2d628e9f3e620ea318e0feeb2d54e958 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -1450,6 +1450,14 @@ TEST_F(PipelineIntegrationTest, BasicPlaybackHi10PVP9) {
|
|
|
| ASSERT_TRUE(WaitUntilOnEnded());
|
| }
|
| +
|
| +TEST_F(PipelineIntegrationTest, BasicPlaybackHi12PVP9) {
|
| + ASSERT_EQ(PIPELINE_OK, Start("bear-320x180-hi12p-vp9.webm", kClockless));
|
| +
|
| + Play();
|
| +
|
| + ASSERT_TRUE(WaitUntilOnEnded());
|
| +}
|
| #endif
|
|
|
| #if defined(USE_PROPRIETARY_CODECS)
|
|
|