Bug 1428949 - Update StyleBench/InteractiveRunner.html with the latest one. r?jmaher draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Tue, 09 Jan 2018 11:07:53 +0900
changeset 717468 0172451f0c29132386b2e952ff5549df7a1b20e6
parent 717183 ca379fcca95b1f4a3744242ea8647004b99b3507
child 745267 3643487547b012f1d72904ee28301d1997ca555f
push id94689
push userhikezoe@mozilla.com
push dateTue, 09 Jan 2018 02:08:32 +0000
reviewersjmaher
bugs1428949, 225478
milestone59.0a1
Bug 1428949 - Update StyleBench/InteractiveRunner.html with the latest one. r?jmaher This change is corresponding to https://trac.webkit.org/changeset/225478/webkit MozReview-Commit-ID: KJkFNAIqZ4H
third_party/webkit/PerformanceTests/StyleBench/InteractiveRunner.html
--- a/third_party/webkit/PerformanceTests/StyleBench/InteractiveRunner.html
+++ b/third_party/webkit/PerformanceTests/StyleBench/InteractiveRunner.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <html>
 <head>
 <title>Speedometer 2.0 Interactive Runner</title>
 <script src="../Speedometer/resources/benchmark-runner.js" defer></script>
-<script src="../Speedometer/resources/selector-bench.js" defer></script>
-<script src="../Speedometer/resources/tests.js" defer></script>
+<script src="resources/style-bench.js" defer></script>
+<script src="resources/tests.js" defer></script>
 <style>
 iframe { border: 1px solid black; }
 ol { list-style: none; margin: 0; padding: 0; }
 ol ol { margin-left: 2em; list-position: outside; }
 .running { text-decoration: underline; }
 .ran { color: grey; }
 nav { position: absolute; right: 10px; height: 600px; }
 nav > ol { height: 100%; overflow-y: scroll; }