From 4b5d4701e1c91e5583713bbff54a686d16634f1a Mon Sep 17 00:00:00 2001 From: "bajones@chromium.org" Date: Thu, 21 Nov 2013 22:46:35 +0000 Subject: Update map test sample points to fit on our most limited test system. Captured image is only 800x439 on Mac Release (ATI) BUG=143317 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/81573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236617 0039d316-1c4b-4281-b951-d872f2087c98 --- .../test/gpu/page_sets/data/maps_001_expectations.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'content/test') diff --git a/content/test/gpu/page_sets/data/maps_001_expectations.json b/content/test/gpu/page_sets/data/maps_001_expectations.json index f25b473..e9ba4eb 100644 --- a/content/test/gpu/page_sets/data/maps_001_expectations.json +++ b/content/test/gpu/page_sets/data/maps_001_expectations.json @@ -1,26 +1,26 @@ [ { "comment": "green forest", - "location": [ 550, 475 ], - "color": [ 203, 222, 170 ], + "location": [ 140, 140 ], + "color": [ 203, 223, 170 ], "tolerance": 3 }, { "comment": "blue lake", - "location": [ 250, 550 ], - "color": [ 187, 222, 255 ], + "location": [ 540, 45 ], + "color": [ 188, 223, 255 ], "tolerance": 3 }, { "comment": "dark background", - "location": [ 600, 500 ], - "color": [ 233, 229, 220 ], + "location": [ 210, 150 ], + "color": [ 222, 219, 211 ], "tolerance": 3 }, { "comment": "light background", - "location": [ 1000, 450 ], - "color": [ 242, 237, 231 ], + "location": [ 195, 160 ], + "color": [ 233, 230, 219 ], "tolerance": 3 } ] \ No newline at end of file -- cgit v1.1