Changeset 200213 in webkit


Ignore:
Timestamp:
Apr 28, 2016, 3:55:27 PM (9 years ago)
Author:
Simon Fraser
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LayoutTests/ChangeLog

    r200212 r200213  
     12016-04-28  Simon Fraser  <simon.fraser@apple.com>
     2
     3        https://bugs.webkit.org/show_bug.cgi?id=157140
     4
     5        Attempted to reduce the flakiness of this test by making the animation longer, to give
     6        enough time for the iteration event to fire.
     7
     8        * animations/animation-events-not-cancelable.html:
     9
    1102016-04-28  Brady Eidson  <beidson@apple.com>
    211
  • TabularUnified trunk/LayoutTests/animations/animation-events-not-cancelable.html

    r198837 r200213  
    1111}
    1212#box.running {
    13     animation: move 0.02s 2 linear;
     13    animation: move 0.2s 2 linear;
    1414}
    1515@keyframes move {
Note: See TracChangeset for help on using the changeset viewer.