Changeset 232685 in webkit


Ignore:
Timestamp:
Jun 11, 2018 2:32:25 AM (6 years ago)
Author:
graouts@webkit.org
Message:

[Web Animations] Make imported/mozilla/css-transitions/test_animation-currenttime.html pass reliably
https://bugs.webkit.org/show_bug.cgi?id=183825

Unreviewed.

This test is now passing.

LayoutTests/imported/mozilla:

  • css-transitions/test_animation-currenttime-expected.txt:

LayoutTests:

Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r232682 r232685  
     12018-06-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Make imported/mozilla/css-transitions/test_animation-currenttime.html pass reliably
     4        https://bugs.webkit.org/show_bug.cgi?id=183825
     5
     6        Unreviewed.
     7
     8        This test is now passing.
     9
     10        * TestExpectations:
     11
    1122018-06-11  Antoine Quint  <graouts@apple.com>
    213
  • trunk/LayoutTests/TestExpectations

    r232682 r232685  
    19331933webkit.org/b/184011 imported/mozilla/css-animations/test_animation-cancel.html [ Pass Failure ]
    19341934webkit.org/b/183821 imported/mozilla/css-transitions/test_animation-cancel.html [ Pass Failure Timeout ]
    1935 webkit.org/b/183825 imported/mozilla/css-transitions/test_animation-currenttime.html [ Pass Failure Timeout ]
    19361935webkit.org/b/183826 imported/mozilla/css-animations/test_animation-pausing.html [ Pass Failure Timeout ]
    19371936webkit.org/b/183827 imported/mozilla/css-transitions/test_animation-finished.html [ Pass Failure Timeout ]
  • trunk/LayoutTests/imported/mozilla/ChangeLog

    r232681 r232685  
     12018-06-11  Antoine Quint  <graouts@apple.com>
     2
     3        [Web Animations] Make imported/mozilla/css-transitions/test_animation-currenttime.html pass reliably
     4        https://bugs.webkit.org/show_bug.cgi?id=183825
     5
     6        Unreviewed.
     7
     8        This test is now passing.
     9
     10        * css-transitions/test_animation-currenttime-expected.txt:
     11
    1122018-06-11  Antoine Quint  <graouts@apple.com>
    213
  • trunk/LayoutTests/imported/mozilla/css-transitions/test_animation-currenttime-expected.txt

    r229864 r232685  
    22PASS currentTime of a newly created transition is zero
    33PASS Sanity test to check round-tripping assigning to new animation's currentTime
    4 FAIL Skipping forward through transition assert_equals: the computed value of margin-left should be unaffected by an animation with a delay on ready Promise resolve expected 100 but got 200
     4PASS Skipping forward through transition
    55PASS Skipping backwards through transition
    66PASS Setting currentTime to null
Note: See TracChangeset for help on using the changeset viewer.