Changeset 258960 in webkit


Ignore:
Timestamp:
Mar 24, 2020 5:02:05 PM (4 years ago)
Author:
Said Abou-Hallawa
Message:

[ macOS ] fast/images/slower-decoding-than-animation-image.html is flaky failing
https://bugs.webkit.org/show_bug.cgi?id=207859

Unreviewed tiny follow-up to make the test more reliable on slow bots.

  • fast/images/slower-decoding-than-animation-image-expected.txt:
  • fast/images/slower-decoding-than-animation-image.html:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r258955 r258960  
     12020-03-24  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        [ macOS ] fast/images/slower-decoding-than-animation-image.html is flaky failing
     4        https://bugs.webkit.org/show_bug.cgi?id=207859
     5
     6        Unreviewed tiny follow-up to make the test more reliable on slow bots.
     7
     8        * fast/images/slower-decoding-than-animation-image-expected.txt:
     9        * fast/images/slower-decoding-than-animation-image.html:
     10
    1112020-03-24  Jacob Uphoff  <jacob_uphoff@apple.com>
    212
  • trunk/LayoutTests/fast/images/slower-decoding-than-animation-image-expected.txt

    r258930 r258960  
    44
    55
    6 PASS internals.imageFrameIndex(image) is 0
    7 PASS internals.imageFrameIndex(image) is 1
    8 PASS internals.imageFrameIndex(image) is 2
     6PASS internals.imageFrameIndex(image) is >= 0
     7PASS internals.imageFrameIndex(image) is >= 1
     8PASS internals.imageFrameIndex(image) is >= 2
    99PASS successfullyParsed is true
    1010
  • trunk/LayoutTests/fast/images/slower-decoding-than-animation-image.html

    r258930 r258960  
    1414
    1515                if (window.internals) {
    16                     shouldBe("internals.imageFrameIndex(image)", frameIndex.toString());
     16                    shouldBeGreaterThanOrEqual("internals.imageFrameIndex(image)", frameIndex.toString());
    1717                    image.addEventListener("webkitImageFrameReady", function() {
    1818                        resolve();
Note: See TracChangeset for help on using the changeset viewer.