Title: [213362] trunk/LayoutTests
Revision
213362
Author
[email protected]
Date
2017-03-03 03:38:58 -0800 (Fri, 03 Mar 2017)

Log Message

LayoutTest performance-api/performance-observer-basic.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=169097

Patch by Joseph Pecoraro <[email protected]> on 2017-03-03
Reviewed by Ryosuke Niwa.

* performance-api/performance-now-api.html:
* performance-api/performance-observer-basic.html:
Reorder the scripts so that testWorker is guarenteed
to be defined before code that uses it.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213361 => 213362)


--- trunk/LayoutTests/ChangeLog	2017-03-03 10:06:59 UTC (rev 213361)
+++ trunk/LayoutTests/ChangeLog	2017-03-03 11:38:58 UTC (rev 213362)
@@ -1,3 +1,15 @@
+2017-03-03  Joseph Pecoraro  <[email protected]>
+
+        LayoutTest performance-api/performance-observer-basic.html is a flaky timeout
+        https://bugs.webkit.org/show_bug.cgi?id=169097
+
+        Reviewed by Ryosuke Niwa.
+
+        * performance-api/performance-now-api.html:
+        * performance-api/performance-observer-basic.html:
+        Reorder the scripts so that testWorker is guarenteed
+        to be defined before code that uses it.
+
 2017-03-03  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed GTK+ gardening. Another reftest failing with 2 pixels in image diff.

Modified: trunk/LayoutTests/performance-api/performance-now-api.html (213361 => 213362)


--- trunk/LayoutTests/performance-api/performance-now-api.html	2017-03-03 10:06:59 UTC (rev 213361)
+++ trunk/LayoutTests/performance-api/performance-now-api.html	2017-03-03 11:38:58 UTC (rev 213362)
@@ -4,7 +4,6 @@
 <script src=""
 </head>
 <body>
-<script src=""
 <script>
 function testWorker() {
     debug("");
@@ -11,6 +10,7 @@
     let worker = startWorker("resources/now-api.js");
 }
 </script>
+<script src=""
 <script src=""
 </body>
 </html>

Modified: trunk/LayoutTests/performance-api/performance-observer-basic.html (213361 => 213362)


--- trunk/LayoutTests/performance-api/performance-observer-basic.html	2017-03-03 10:06:59 UTC (rev 213361)
+++ trunk/LayoutTests/performance-api/performance-observer-basic.html	2017-03-03 11:38:58 UTC (rev 213362)
@@ -4,7 +4,6 @@
 <script src=""
 </head>
 <body>
-<script src=""
 <script>
 function testWorker() {
     debug("");
@@ -11,6 +10,7 @@
     let worker = startWorker("resources/observer-basic.js");
 }
 </script>
+<script src=""
 <script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to