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" |
} |
] |