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 |
- }, |
-] |
+ } |
+] |