Changeset 277360 in webkit
- Timestamp:
- May 12, 2021, 12:56:39 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r277359 r277360 1 2021-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 1 12 2021-05-12 Youenn Fablet <youenn@apple.com> 2 13 -
trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html
r270396 r277360 34 34 video1.srcObject = blob; 35 35 video2.srcObject = blob; 36 await video1.play(); 36 37 await video2.play(); 37 38
Note:
See TracChangeset
for help on using the changeset viewer.