Title: [200213] trunk/LayoutTests
Revision
200213
Author
[email protected]
Date
2016-04-28 15:55:27 -0700 (Thu, 28 Apr 2016)

Log Message

https://bugs.webkit.org/show_bug.cgi?id=157140

Attempted to reduce the flakiness of this test by making the animation longer, to give
enough time for the iteration event to fire.

* animations/animation-events-not-cancelable.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200212 => 200213)


--- trunk/LayoutTests/ChangeLog	2016-04-28 22:10:59 UTC (rev 200212)
+++ trunk/LayoutTests/ChangeLog	2016-04-28 22:55:27 UTC (rev 200213)
@@ -1,3 +1,12 @@
+2016-04-28  Simon Fraser  <[email protected]>
+
+        https://bugs.webkit.org/show_bug.cgi?id=157140
+
+        Attempted to reduce the flakiness of this test by making the animation longer, to give
+        enough time for the iteration event to fire.
+
+        * animations/animation-events-not-cancelable.html:
+
 2016-04-28  Brady Eidson  <[email protected]>
 
         inspector/indexeddb/requestDatabaseNames.html is flaky on Mac.

Modified: trunk/LayoutTests/animations/animation-events-not-cancelable.html (200212 => 200213)


--- trunk/LayoutTests/animations/animation-events-not-cancelable.html	2016-04-28 22:10:59 UTC (rev 200212)
+++ trunk/LayoutTests/animations/animation-events-not-cancelable.html	2016-04-28 22:55:27 UTC (rev 200213)
@@ -10,7 +10,7 @@
     position: relative;
 }
 #box.running {
-    animation: move 0.02s 2 linear;
+    animation: move 0.2s 2 linear;
 }
 @keyframes move {
     from { left: 0px; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to