⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246387 in webkit


Ignore:
Timestamp:
Jun 12, 2019, 5:02:17 PM (7 years ago)
Author:
eric.carlson@apple.com
Message:

[High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=190885
<rdar://problem/45590590>

Reviewed by Youenn Fablet.

  • media/video-restricted-invisible-autoplay-allowed-when-visible.html: Increase the amount of time it takes for the test to fail so it isn't flaky on slow machines.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246386 r246387  
     12019-06-12  Eric Carlson  <eric.carlson@apple.com>
     2
     3        [High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=190885
     5        <rdar://problem/45590590>
     6
     7        Reviewed by Youenn Fablet.
     8
     9        * media/video-restricted-invisible-autoplay-allowed-when-visible.html: Increase the amount of
     10         time it takes for the test to fail so it isn't flaky on slow machines.
     11
    1122019-06-12  Daniel Bates  <dabates@apple.com>
    213
  • trunk/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html

    r215134 r246387  
    2020            {
    2121                run('document.body.appendChild(video)');
    22                 failTestIn(250);
     22                failTestIn(2000);
    2323            }
    2424
Note: See TracChangeset for help on using the changeset viewer.