OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "base/file_path.h" | 5 #include "base/file_path.h" |
6 | 6 |
7 #include "app/app_switches.h" | 7 #include "app/app_switches.h" |
8 #include "base/test/test_timeouts.h" | 8 #include "base/test/test_timeouts.h" |
9 #include "chrome/common/chrome_switches.h" | 9 #include "chrome/common/chrome_switches.h" |
10 #include "chrome/test/ui/npapi_test_helper.h" | 10 #include "chrome/test/ui/npapi_test_helper.h" |
(...skipping 27 matching lines...) Expand all Loading... |
38 TEST_F(PepperTester, FAILS_Pepper3D) { | 38 TEST_F(PepperTester, FAILS_Pepper3D) { |
39 const FilePath dir(FILE_PATH_LITERAL("pepper")); | 39 const FilePath dir(FILE_PATH_LITERAL("pepper")); |
40 const FilePath file(FILE_PATH_LITERAL("pepper_3d.html")); | 40 const FilePath file(FILE_PATH_LITERAL("pepper_3d.html")); |
41 GURL url = ui_test_utils::GetTestUrl(dir, file); | 41 GURL url = ui_test_utils::GetTestUrl(dir, file); |
42 ASSERT_NO_FATAL_FAILURE(NavigateToURL(url)); | 42 ASSERT_NO_FATAL_FAILURE(NavigateToURL(url)); |
43 WaitForFinish("pepper_3d", "1", url, | 43 WaitForFinish("pepper_3d", "1", url, |
44 kTestCompleteCookie, kTestCompleteSuccess, | 44 kTestCompleteCookie, kTestCompleteSuccess, |
45 TestTimeouts::action_max_timeout_ms()); | 45 TestTimeouts::action_max_timeout_ms()); |
46 } | 46 } |
47 #endif | 47 #endif |
OLD | NEW |