Changeset 200213 in webkit
- Timestamp:
- Apr 28, 2016, 3:55:27 PM (9 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r200212 r200213 1 2016-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 1 10 2016-04-28 Brady Eidson <beidson@apple.com> 2 11 -
TabularUnified trunk/LayoutTests/animations/animation-events-not-cancelable.html ¶
r198837 r200213 11 11 } 12 12 #box.running { 13 animation: move 0. 02s 2 linear;13 animation: move 0.2s 2 linear; 14 14 } 15 15 @keyframes move {
Note:
See TracChangeset
for help on using the changeset viewer.