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

Unified Diff: chrome/browser/media_uitest.cc

Issue 155375: Enable a ui test that plays video without audio stream... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_uitest.cc
===================================================================
--- chrome/browser/media_uitest.cc (revision 20328)
+++ chrome/browser/media_uitest.cc (working copy)
@@ -47,6 +47,17 @@
}
};
+// <video> and <audio> only works stably on Windows.
+#if defined(OS_WIN)
+
+// TODO(hclam): The following test is disabled because it contains audio and
+// this test doesn't work with audio device.
TEST_F(MediaTest, DISABLED_VideoBearH264) {
PlayVideo("bear.mp4");
}
+
+TEST_F(MediaTest, VideoBearSilentTheora) {
+ PlayVideo("bear_silent.ogv");
+}
+
+#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698