Changeset 263761 in webkit


Ignore:
Timestamp:
Jun 30, 2020 11:22:56 AM (4 years ago)
Author:
graouts@webkit.org
Message:

[iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
https://bugs.webkit.org/show_bug.cgi?id=213758
<rdar://problem/64911008>

Reviewed by Dean Jackson.

Adding a little tolerance which seems to address the reported flakiness, at least locally.

  • platform/ios/TestExpectations:
  • webanimations/accelerated-animation-with-easing.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r263751 r263761  
     12020-06-30  Antoine Quint  <graouts@webkit.org>
     2
     3        [iOS] Test landed flaky: webanimations/accelerated-animation-with-easing.html
     4        https://bugs.webkit.org/show_bug.cgi?id=213758
     5        <rdar://problem/64911008>
     6
     7        Reviewed by Dean Jackson.
     8
     9        Adding a little tolerance which seems to address the reported flakiness, at least locally.
     10
     11        * platform/ios/TestExpectations:
     12        * webanimations/accelerated-animation-with-easing.html:
     13
    1142020-06-30  Karl Rackler  <rackler@apple.com>
    215
  • trunk/LayoutTests/platform/ios/TestExpectations

    r263751 r263761  
    34923492webkit.org/b/212565 imported/w3c/web-platform-tests/encoding/single-byte-decoder.html [ Failure ]
    34933493
    3494 webkit.org/b/213758 webanimations/accelerated-animation-with-easing.html [ Pass ImageOnlyFailure ]
    3495 
    34963494fast/text/text-styles/-apple-system [ Pass ]
  • trunk/LayoutTests/webanimations/accelerated-animation-with-easing.html

    r263506 r263761  
    1717    /* Allow for a 1px error on either side */
    1818    #easing-on-keyframe {
    19         left: -1px;
    20         width: 102px;
     19        left: -2px;
     20        width: 104px;
    2121        background-color: green;
    2222    }
Note: See TracChangeset for help on using the changeset viewer.