summaryrefslogtreecommitdiffstats
path: root/content/test
diff options
context:
space:
mode:
authorbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 22:46:35 +0000
committerbajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 22:46:35 +0000
commit4b5d4701e1c91e5583713bbff54a686d16634f1a (patch)
treecfe850393aed8ea21b9578900d71874ebc22cf36 /content/test
parentc3fd81609f7b45765d739c5acc8c5cf55a5c9bea (diff)
downloadchromium_src-4b5d4701e1c91e5583713bbff54a686d16634f1a.zip
chromium_src-4b5d4701e1c91e5583713bbff54a686d16634f1a.tar.gz
chromium_src-4b5d4701e1c91e5583713bbff54a686d16634f1a.tar.bz2
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
Diffstat (limited to 'content/test')
-rw-r--r--content/test/gpu/page_sets/data/maps_001_expectations.json16
1 files changed, 8 insertions, 8 deletions
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