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

Changeset 277360 in webkit


Ignore:
Timestamp:
May 12, 2021, 12:56:39 AM (5 years ago)
Author:
youenn@apple.com
Message:

[ macOS wk2 ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html (layout-test) is a flaky text failure
https://bugs.webkit.org/show_bug.cgi?id=225500
<rdar://problem/77636573>

Reviewed by Eric Carlson.

  • http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html:

Make sure video1 is playing to get its duration.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r277359 r277360  
     12021-05-12  Youenn Fablet  <youenn@apple.com>
     2
     3        [ macOS wk2 ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html (layout-test) is a flaky text failure
     4        https://bugs.webkit.org/show_bug.cgi?id=225500
     5        <rdar://problem/77636573>
     6
     7        Reviewed by Eric Carlson.
     8
     9        * http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html:
     10        Make sure video1 is playing to get its duration.
     11
    1122021-05-12  Youenn Fablet  <youenn@apple.com>
    213
  • trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html

    r270396 r277360  
    3434    video1.srcObject = blob;
    3535    video2.srcObject = blob;
     36    await video1.play();
    3637    await video2.play();
    3738
Note: See TracChangeset for help on using the changeset viewer.