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

Unified Diff: chrome/test/data/extensions/api_test/window_update/sizing/test.html

Issue 7003063: Enforce different min size for popups than tabbed browsers on MacOSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address prev round of feedback Created 9 years, 6 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/browser/ui/cocoa/browser_window_controller_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/window_update/sizing/test.html
diff --git a/chrome/test/data/extensions/api_test/window_update/sizing/test.html b/chrome/test/data/extensions/api_test/window_update/sizing/test.html
index d48ad2ea5dd8ebfe017f4dd53333265e6d250679..2a700f5b429eddcbe45d8bd3361e90730965b901 100644
--- a/chrome/test/data/extensions/api_test/window_update/sizing/test.html
+++ b/chrome/test/data/extensions/api_test/window_update/sizing/test.html
@@ -3,8 +3,8 @@ var pass = chrome.test.callbackPass;
var finalTop = 400;
var finalLeft = 10;
-var finalWidth = 176
-var finalHeight = 201;
+var finalWidth = 476
+var finalHeight = 301;
var chromeWindow = null;
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698