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

Unified Diff: content/browser/media/media_browsertest.cc

Issue 396543003: Update VP9 444 tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update webm files Created 6 years, 5 months 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 | content/test/data/media/blackwhite_yuv444p.webm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_browsertest.cc
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index 4535880a86ad3d79b9dde94f69c1615427214736..4c5b4a31453ff00e529de8150cd2ca132ac8bd7f 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -221,9 +221,7 @@ IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv420pVp8)) {
RunColorFormatTest("yuv420p.webm", kEnded);
}
-// TODO(johannkoenig): Reenable after landing libvpx roll
-// http://www.crbug.com/392309
-IN_PROC_BROWSER_TEST_F(MediaTest, DISABLED_Yuv444pVp9) {
+IN_PROC_BROWSER_TEST_F(MediaTest, MAYBE(Yuv444pVp9)) {
RunColorFormatTest("yuv444p.webm", "ENDED");
}
« no previous file with comments | « no previous file | content/test/data/media/blackwhite_yuv444p.webm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698