From fb5e7d01b21d5fdc1aacc6d96240a1ae22b3374d Mon Sep 17 00:00:00 2001 From: "robertshield@google.com" <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 6 May 2009 19:05:02 +0000 Subject: Re-re-enable the pref service ui test, this time making it expect a window size that should fit on even the smallest of likely desktop resolutions. Review URL: http://codereview.chromium.org/115037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15439 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/profiles/window_placement/Local State | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/test/data') diff --git a/chrome/test/data/profiles/window_placement/Local State b/chrome/test/data/profiles/window_placement/Local State index 39bc7d5..f2a5b28 100644 --- a/chrome/test/data/profiles/window_placement/Local State +++ b/chrome/test/data/profiles/window_placement/Local State @@ -1,10 +1,10 @@ { "browser" : { "window_placement" : { - "bottom" : 610, + "bottom" : 400, "left" : 50, "maximized" : false, - "right" : 1014, + "right" : 400, "top" : 50 } } -- cgit v1.1