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

Unified Diff: tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html

Issue 956193002: Clean up perftesthelper.js style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html
diff --git a/tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html b/tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html
index deefb310b44b60397cc64416f0ca152d60bae0cb..77dd5f3861cb66c86289af27ef5ca44ffaa8a8ff 100644
--- a/tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html
+++ b/tools/perf/page_sets/tough_animation_cases/balls_javascript_css.html
@@ -55,7 +55,7 @@ span {
border-radius: 6px;
}
</style>
-<script src="resources/perftesthelper.js"></script>
+<script src="resources/perf_test_helper.js"></script>
<script>
var measurementReady = false;
var stageWidth = 600;

Powered by Google App Engine
This is Rietveld 408576698