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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/examples/mapsgl_single_run_basic_expectations.json
diff --git a/chrome/test/data/gpu/mapsgl_single_run_basic_expectations.json b/tools/telemetry/examples/mapsgl_single_run_basic_expectations.json
similarity index 72%
copy from chrome/test/data/gpu/mapsgl_single_run_basic_expectations.json
copy to tools/telemetry/examples/mapsgl_single_run_basic_expectations.json
index fd6aefd0b67cc421cbe5c8f1dc1c70d2b32c17d8..c48bc2f1c7107ac6a3e0c57d23c26f0c39f60220 100644
--- a/chrome/test/data/gpu/mapsgl_single_run_basic_expectations.json
+++ b/tools/telemetry/examples/mapsgl_single_run_basic_expectations.json
@@ -1,26 +1,26 @@
[
{
- // green forest
+ "comment": "green forest",
"location": [ 300, 300 ],
"color": [ 201, 223, 175 ],
"tolerance": 3
},
{
- // blue lake
+ "comment": "blue lake",
"location": [ 712, 489 ],
"color": [ 165, 191, 221 ],
"tolerance": 3
},
{
- // dark background
+ "comment": "dark background",
"location": [ 900, 400 ],
"color": [ 240, 237, 229 ],
"tolerance": 3
},
{
- // light background
+ "comment": "light background",
"location": [ 650, 300 ],
"color": [ 244, 243, 240 ],
"tolerance": 3
- },
-]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698