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

Unified Diff: content/browser/audio_browsertest.cc

Issue 11192032: Enable AudioLayoutTest.AudioConstructor and AudioLayoutTest.AudioConstructorSrc now that the bug is… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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: content/browser/audio_browsertest.cc
===================================================================
--- content/browser/audio_browsertest.cc (revision 162134)
+++ content/browser/audio_browsertest.cc (working copy)
@@ -15,8 +15,6 @@
RunLayoutTest("audio-constructor-preload.html");
}
-#if defined(OS_LINUX) && defined(USE_AURA)
-// http://crbug.com/154157
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructor) {
RunLayoutTest("audio-constructor.html");
}
@@ -24,7 +22,6 @@
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructorSrc) {
RunLayoutTest("audio-constructor-src.html");
}
-#endif // defined(OS_LINUX) && defined(USE_AURA)
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioDataUrl) {
RunLayoutTest("audio-data-url.html");
« 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