Commit 4e9120f6 authored by jam@chromium.org's avatar jam@chromium.org

Enable AudioLayoutTest.AudioConstructor and...

Enable AudioLayoutTest.AudioConstructor and AudioLayoutTest.AudioConstructorSrc now that the bug is fixed.

BUG=154157
Review URL: https://codereview.chromium.org/11192032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162435 0039d316-1c4b-4281-b951-d872f2087c98
parent 362e6d60
...@@ -15,8 +15,6 @@ IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructorPreload) { ...@@ -15,8 +15,6 @@ IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructorPreload) {
RunLayoutTest("audio-constructor-preload.html"); RunLayoutTest("audio-constructor-preload.html");
} }
#if defined(OS_LINUX) && defined(USE_AURA)
// http://crbug.com/154157
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructor) { IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructor) {
RunLayoutTest("audio-constructor.html"); RunLayoutTest("audio-constructor.html");
} }
...@@ -24,7 +22,6 @@ IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructor) { ...@@ -24,7 +22,6 @@ IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructor) {
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructorSrc) { IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioConstructorSrc) {
RunLayoutTest("audio-constructor-src.html"); RunLayoutTest("audio-constructor-src.html");
} }
#endif // defined(OS_LINUX) && defined(USE_AURA)
IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioDataUrl) { IN_PROC_BROWSER_TEST_F(AudioLayoutTest, AudioDataUrl) {
RunLayoutTest("audio-data-url.html"); RunLayoutTest("audio-data-url.html");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment