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

Unified Diff: tools/perf/page_sets/tough_animation_cases.json

Issue 24451002: [telemetry] Support absolute paths by changing file:/// to file://. More robust file path handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test on mac, apparently /tmp is a symlink to /private/tmp Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/page_cycler/moz2.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/tough_animation_cases.json
diff --git a/tools/perf/page_sets/tough_animation_cases.json b/tools/perf/page_sets/tough_animation_cases.json
index cba0f31ba06ae4d5e780adfb5abd54edcac6a0a2..4082f0cf67cadb8d0d0517b879b0e6572e8c3d42 100644
--- a/tools/perf/page_sets/tough_animation_cases.json
+++ b/tools/perf/page_sets/tough_animation_cases.json
@@ -3,11 +3,11 @@
"smoothness": { "action": "wait", "seconds": 5 },
"pages": [
{
- "url": "file:///tough_animation_cases/keyframed_animations.html",
+ "url": "file://tough_animation_cases/keyframed_animations.html",
"why": "Tests various keyframed animations."
},
{
- "url": "file:///tough_animation_cases/transform_transitions.html",
+ "url": "file://tough_animation_cases/transform_transitions.html",
"why": "Tests various transitions."
},
{
@@ -15,7 +15,7 @@
"why": "Login page is slow because of ineffecient transform operations"
},
{
- "url": "file:///tough_animation_cases/transform_transition_js_block.html",
+ "url": "file://tough_animation_cases/transform_transition_js_block.html",
"why": "JS execution blocks CSS transition unless initial transform is set"
}
]
« no previous file with comments | « tools/perf/page_sets/page_cycler/moz2.json ('k') | tools/perf/page_sets/tough_canvas_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698