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: tools/telemetry/examples/mapsgl_single_run_basic_expectations.json

Issue 11360172: Added Tab.SnapshotContent and MapsGL example to telemetry (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
OLDNEW
1 [ 1 [
2 { 2 {
3 // green forest 3 "comment": "green forest",
4 "location": [ 300, 300 ], 4 "location": [ 300, 300 ],
5 "color": [ 201, 223, 175 ], 5 "color": [ 201, 223, 175 ],
6 "tolerance": 3 6 "tolerance": 3
7 }, 7 },
8 { 8 {
9 // blue lake 9 "comment": "blue lake",
10 "location": [ 712, 489 ], 10 "location": [ 712, 489 ],
11 "color": [ 165, 191, 221 ], 11 "color": [ 165, 191, 221 ],
12 "tolerance": 3 12 "tolerance": 3
13 }, 13 },
14 { 14 {
15 // dark background 15 "comment": "dark background",
16 "location": [ 900, 400 ], 16 "location": [ 900, 400 ],
17 "color": [ 240, 237, 229 ], 17 "color": [ 240, 237, 229 ],
18 "tolerance": 3 18 "tolerance": 3
19 }, 19 },
20 { 20 {
21 // light background 21 "comment": "light background",
22 "location": [ 650, 300 ], 22 "location": [ 650, 300 ],
23 "color": [ 244, 243, 240 ], 23 "color": [ 244, 243, 240 ],
24 "tolerance": 3 24 "tolerance": 3
25 }, 25 }
26 ] 26 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698