Changeset 181659 in webkit
- Timestamp:
- Mar 17, 2015, 1:11:53 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r181656 r181659 1 2015-03-17 Dean Jackson <dino@apple.com> 2 3 Implement Scroll Container Animation Triggers 4 https://bugs.webkit.org/show_bug.cgi?id=142732 5 6 Unreviewed attempt to make the test reproducible. Also skip the tests 7 on the platforms that do not support animation triggers. 8 9 * animations/trigger-container-scroll-simple.html: Add a step-start timing 10 function so the animation instantly moves to the end position. 11 * platform/efl/TestExpectations: 12 * platform/gtk/TestExpectations: 13 * platform/win/TestExpectations: 14 15 1 16 2015-03-17 Timothy Horton <timothy_horton@apple.com> 2 17 -
TabularUnified trunk/LayoutTests/animations/trigger-container-scroll-simple.html ¶
r181655 r181659 16 16 animation-duration: 1ms; 17 17 animation-fill-mode: forwards; 18 animation-timing-function: step-start; 18 19 -webkit-animation-trigger: container-scroll(20px); 19 20 } -
TabularUnified trunk/LayoutTests/platform/efl/TestExpectations ¶
r181609 r181659 66 66 animations/trigger-computed-style.html [ Skip ] 67 67 animations/trigger-parsing.html [ Skip ] 68 animations/trigger-container-scroll-simple.html [ Skip ] 68 69 69 70 # ---------------------------------------- -
TabularUnified trunk/LayoutTests/platform/gtk/TestExpectations ¶
r181602 r181659 464 464 animations/trigger-computed-style.html [ Skip ] 465 465 animations/trigger-parsing.html [ Skip ] 466 animations/trigger-container-scroll-simple.html [ Skip ] 466 467 467 468 # ENABLE(SHADOW_DOM) is disabled. -
TabularUnified trunk/LayoutTests/platform/win/TestExpectations ¶
r181652 r181659 601 601 animations/trigger-computed-style.html [ Skip ] 602 602 animations/trigger-parsing.html [ Skip ] 603 animations/trigger-container-scroll-simple.html [ Skip ] 603 604 604 605 ################################################################################
Note:
See TracChangeset
for help on using the changeset viewer.