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

Unified Diff: tools/perf/page_sets/tough_scrolling_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/tough_canvas_cases.json ('k') | tools/perf/page_sets/tough_texture_upload_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_scrolling_cases.json
diff --git a/tools/perf/page_sets/tough_scrolling_cases.json b/tools/perf/page_sets/tough_scrolling_cases.json
index 7330581cd4635fa9f92a0810d3260d187dfcee9a..bf6e2b396026d954f9d5bc6521e0c23edef11fcf 100644
--- a/tools/perf/page_sets/tough_scrolling_cases.json
+++ b/tools/perf/page_sets/tough_scrolling_cases.json
@@ -2,14 +2,14 @@
"description": "A collection of difficult scrolling tests",
"smoothness": { "action": "scroll" },
"pages": [
- { "url": "file:///tough_scrolling_cases/background_fixed.html" },
- { "url": "file:///tough_scrolling_cases/cust_scrollbar.html" },
- { "url": "file:///tough_scrolling_cases/div_scrolls.html" },
- { "url": "file:///tough_scrolling_cases/fixed_nonstacking.html" },
- { "url": "file:///tough_scrolling_cases/fixed_stacking.html" },
- { "url": "file:///tough_scrolling_cases/iframe_scrolls.html" },
- { "url": "file:///tough_scrolling_cases/simple.html" },
- { "url": "file:///tough_scrolling_cases/wheel_body_prevdefault.html" },
- { "url": "file:///tough_scrolling_cases/wheel_div_prevdefault.html" }
+ { "url": "file://tough_scrolling_cases/background_fixed.html" },
+ { "url": "file://tough_scrolling_cases/cust_scrollbar.html" },
+ { "url": "file://tough_scrolling_cases/div_scrolls.html" },
+ { "url": "file://tough_scrolling_cases/fixed_nonstacking.html" },
+ { "url": "file://tough_scrolling_cases/fixed_stacking.html" },
+ { "url": "file://tough_scrolling_cases/iframe_scrolls.html" },
+ { "url": "file://tough_scrolling_cases/simple.html" },
+ { "url": "file://tough_scrolling_cases/wheel_body_prevdefault.html" },
+ { "url": "file://tough_scrolling_cases/wheel_div_prevdefault.html" }
]
}
« no previous file with comments | « tools/perf/page_sets/tough_canvas_cases.json ('k') | tools/perf/page_sets/tough_texture_upload_cases.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698