Title: [217217] trunk/LayoutTests
Revision
217217
Author
[email protected]
Date
2017-05-22 06:17:24 -0700 (Mon, 22 May 2017)

Log Message

[macOS Sierra Wk1] LayoutTest/animations/animation-initial-inheritance.html is a flaky image failure.
https://bugs.webkit.org/show_bug.cgi?id=172177
<rdar://problem/32239583>

Unreviewed.

* animations/animation-initial-inheritance.html: Try to unflake.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (217216 => 217217)


--- trunk/LayoutTests/ChangeLog	2017-05-22 12:18:17 UTC (rev 217216)
+++ trunk/LayoutTests/ChangeLog	2017-05-22 13:17:24 UTC (rev 217217)
@@ -1,3 +1,13 @@
+2017-05-22  Antti Koivisto  <[email protected]>
+
+        [macOS Sierra Wk1] LayoutTest/animations/animation-initial-inheritance.html is a flaky image failure.
+        https://bugs.webkit.org/show_bug.cgi?id=172177
+        <rdar://problem/32239583>
+
+        Unreviewed.
+
+        * animations/animation-initial-inheritance.html: Try to unflake.
+
 2017-05-21  Per Arne Vollan  <[email protected]>
 
         Unreviewed Windows test gardening, skip tests which are timing out.

Modified: trunk/LayoutTests/animations/animation-initial-inheritance.html (217216 => 217217)


--- trunk/LayoutTests/animations/animation-initial-inheritance.html	2017-05-22 12:18:17 UTC (rev 217216)
+++ trunk/LayoutTests/animations/animation-initial-inheritance.html	2017-05-22 13:17:24 UTC (rev 217217)
@@ -17,14 +17,6 @@
     to {color: red}
 }
 </style>
-<script>
-if (window.testRunner) {
-    testRunner.waitUntilDone();
-    requestAnimationFrame(() => {
-        testRunner.notifyDone();
-    });
-}
-</script>
 </head>
 <body>
 <div id=test1>
@@ -35,5 +27,11 @@
 This should be initially green
 <div>This should be initially green</div>
 </div>
+<script>
+if (window.testRunner) {
+    testRunner.waitUntilDone();
+    test2._onanimationstart_ = () => testRunner.notifyDone();
+}
+</script>
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to