Changeset 262021 in webkit


Ignore:
Timestamp:
May 21, 2020 12:04:06 PM (4 years ago)
Author:
Peng Liu
Message:

Layout test media/video-fullscreen-only-playback.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=212171

Reviewed by Jer Noble.

  • media/video-fullscreen-only-playback.html:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r262019 r262021  
     12020-05-21  Peng Liu  <peng.liu6@apple.com>
     2
     3        Layout test media/video-fullscreen-only-playback.html is a flaky failure
     4        https://bugs.webkit.org/show_bug.cgi?id=212171
     5
     6        Reviewed by Jer Noble.
     7
     8        * media/video-fullscreen-only-playback.html:
     9
    1102020-05-21  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/media/video-fullscreen-only-playback.html

    r261493 r262021  
    1414
    1515                video = document.getElementsByTagName('video')[0];
    16                 waitForEvent("canplaythrough", canplaythrough);
    17                 waitForEvent('playing', playing);
     16                waitForEventOnce("canplaythrough", canplaythrough);
    1817                video.src = findMediaFile("video", "content/test");
     18                video.loop = true;
    1919
    2020                internals.settings.setAllowsInlineMediaPlayback(false);
     
    3232
    3333                try {
     34                    waitForEventOnce('playing', playing);
    3435                    runWithKeyDown("video.play()");
    3536                } catch (exception) {
Note: See TracChangeset for help on using the changeset viewer.