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

Unified Diff: chrome/test/ui/npapi_uitest.cc

Issue 2100008: Shrink the window used for the NPN_ConvertPoint test (Closed)
Patch Set: Created 10 years, 7 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 | « chrome/test/data/npapi/convert_point.html ('k') | webkit/glue/plugins/test/plugin_windowless_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/npapi_uitest.cc
diff --git a/chrome/test/ui/npapi_uitest.cc b/chrome/test/ui/npapi_uitest.cc
index aa0093f22aeb87e66a170b6f8bba1e1e00328f73..15f8f393d62126056842c475c99dc79dda202d3f 100644
--- a/chrome/test/ui/npapi_uitest.cc
+++ b/chrome/test/ui/npapi_uitest.cc
@@ -439,8 +439,7 @@ TEST_F(NPAPIVisiblePluginTester, PluginReferrerTest) {
}
#if defined(OS_MACOSX)
-// http://crbug.com/36670 - failes on 10.6
-TEST_F(NPAPIVisiblePluginTester, FLAKY_PluginConvertPointTest) {
+TEST_F(NPAPIVisiblePluginTester, PluginConvertPointTest) {
if (UITest::in_process_renderer())
return;
@@ -448,7 +447,7 @@ TEST_F(NPAPIVisiblePluginTester, FLAKY_PluginConvertPointTest) {
ASSERT_TRUE(browser.get());
scoped_refptr<WindowProxy> window(browser->GetWindow());
ASSERT_TRUE(window.get());
- window->SetBounds(gfx::Rect(100, 100, 600, 600));
+ window->SetBounds(gfx::Rect(50, 50, 400, 400));
GURL url(URLRequestMockHTTPJob::GetMockUrl(
FilePath(FILE_PATH_LITERAL("npapi/convert_point.html"))));
« no previous file with comments | « chrome/test/data/npapi/convert_point.html ('k') | webkit/glue/plugins/test/plugin_windowless_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698