Title: [225478] trunk/PerformanceTests
Revision
225478
Author
an...@apple.com
Date
2017-12-04 07:32:41 -0800 (Mon, 04 Dec 2017)

Log Message

Fix StyleBench/InteractiveRunner.html
https://bugs.webkit.org/show_bug.cgi?id=180355

* StyleBench/InteractiveRunner.html:

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (225477 => 225478)


--- trunk/PerformanceTests/ChangeLog	2017-12-04 15:15:43 UTC (rev 225477)
+++ trunk/PerformanceTests/ChangeLog	2017-12-04 15:32:41 UTC (rev 225478)
@@ -1,3 +1,10 @@
+2017-12-04  Antti Koivisto  <an...@apple.com>
+
+        Fix StyleBench/InteractiveRunner.html
+        https://bugs.webkit.org/show_bug.cgi?id=180355
+
+        * StyleBench/InteractiveRunner.html:
+
 2017-12-01  Antti Koivisto  <an...@apple.com>
 
         Add StyleBench

Modified: trunk/PerformanceTests/StyleBench/InteractiveRunner.html (225477 => 225478)


--- trunk/PerformanceTests/StyleBench/InteractiveRunner.html	2017-12-04 15:15:43 UTC (rev 225477)
+++ trunk/PerformanceTests/StyleBench/InteractiveRunner.html	2017-12-04 15:32:41 UTC (rev 225478)
@@ -3,8 +3,8 @@
 <head>
 <title>Speedometer 2.0 Interactive Runner</title>
 <script src="" defer></script>
-<script src="" defer></script>
-<script src="" defer></script>
+<script src="" defer></script>
+<script src="" defer></script>
 <style>
 iframe { border: 1px solid black; }
 ol { list-style: none; margin: 0; padding: 0; }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to