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

Side by Side Diff: content/test/gpu/page_sets/data/maps_004_expectations.json

Issue 2061073004: Update Maps and WebGL conformance expectations for Nexus 6P. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_expectations.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "comment": "scale factor overrides", 3 "comment": "scale factor overrides",
4 "scale_factor_overrides": [ 4 "scale_factor_overrides": [
5 { 5 {
6 "device_type": "Nexus 5", 6 "device_type": "Nexus 5",
7 "scale_factor": 1.105 7 "scale_factor": 1.105
8 }, 8 },
9 { 9 {
10 "device_type": "Nexus 5X", 10 "device_type": "Nexus 5X",
11 "scale_factor": 1.105 11 "scale_factor": 1.105
12 }, 12 },
13 { 13 {
14 "device_type": "Nexus 6", 14 "device_type": "Nexus 6",
15 "scale_factor": 1.47436 15 "scale_factor": 1.47436
16 }, 16 },
17 { 17 {
18 "device_type": "Nexus 6P",
19 "scale_factor": 1.472
20 },
21 {
18 "device_type": "Nexus 9", 22 "device_type": "Nexus 9",
19 "scale_factor": 1.566 23 "scale_factor": 1.566
20 } 24 }
21 ] 25 ]
22 }, 26 },
23 { 27 {
24 "comment": "light green", 28 "comment": "light green",
25 "location": [ 100, 175 ], 29 "location": [ 100, 175 ],
26 "size": [ 1, 1 ], 30 "size": [ 1, 1 ],
27 "color": [ 202, 223, 170 ], 31 "color": [ 202, 223, 170 ],
(...skipping 21 matching lines...) Expand all
49 "tolerance": 3 53 "tolerance": 3
50 }, 54 },
51 { 55 {
52 "comment": "lighter gray", 56 "comment": "lighter gray",
53 "location": [ 390, 300 ], 57 "location": [ 390, 300 ],
54 "size": [ 1, 1 ], 58 "size": [ 1, 1 ],
55 "color": [ 240, 237, 229 ], 59 "color": [ 240, 237, 229 ],
56 "tolerance": 3 60 "tolerance": 3
57 } 61 }
58 ] 62 ]
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698