Changeset 181659 in webkit


Ignore:
Timestamp:
Mar 17, 2015, 1:11:53 PM (10 years ago)
Author:
dino@apple.com
Message:

Implement Scroll Container Animation Triggers
https://bugs.webkit.org/show_bug.cgi?id=142732

Unreviewed attempt to make the test reproducible.

  • animations/trigger-container-scroll-simple.html: Add a step-start timing

function so the animation instantly moves to the end position.

Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/LayoutTests/ChangeLog

    r181656 r181659  
     12015-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
    1162015-03-17  Timothy Horton  <timothy_horton@apple.com>
    217
  • TabularUnified trunk/LayoutTests/animations/trigger-container-scroll-simple.html

    r181655 r181659  
    1616    animation-duration: 1ms;
    1717    animation-fill-mode: forwards;
     18    animation-timing-function: step-start;
    1819    -webkit-animation-trigger: container-scroll(20px);
    1920}
  • TabularUnified trunk/LayoutTests/platform/efl/TestExpectations

    r181609 r181659  
    6666animations/trigger-computed-style.html [ Skip ]
    6767animations/trigger-parsing.html [ Skip ]
     68animations/trigger-container-scroll-simple.html [ Skip ]
    6869
    6970# ----------------------------------------
  • TabularUnified trunk/LayoutTests/platform/gtk/TestExpectations

    r181602 r181659  
    464464animations/trigger-computed-style.html [ Skip ]
    465465animations/trigger-parsing.html [ Skip ]
     466animations/trigger-container-scroll-simple.html [ Skip ]
    466467
    467468# ENABLE(SHADOW_DOM) is disabled.
  • TabularUnified trunk/LayoutTests/platform/win/TestExpectations

    r181652 r181659  
    601601animations/trigger-computed-style.html [ Skip ]
    602602animations/trigger-parsing.html [ Skip ]
     603animations/trigger-container-scroll-simple.html [ Skip ]
    603604
    604605################################################################################
Note: See TracChangeset for help on using the changeset viewer.