Title: [277360] trunk/LayoutTests
Revision
277360
Author
[email protected]
Date
2021-05-12 00:56:39 -0700 (Wed, 12 May 2021)

Log 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.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (277359 => 277360)


--- trunk/LayoutTests/ChangeLog	2021-05-12 07:54:27 UTC (rev 277359)
+++ trunk/LayoutTests/ChangeLog	2021-05-12 07:56:39 UTC (rev 277360)
@@ -1,5 +1,16 @@
 2021-05-12  Youenn Fablet  <[email protected]>
 
+        [ 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.
+
+2021-05-12  Youenn Fablet  <[email protected]>
+
         fast/mediastream/getUserMedia-webaudio.html is flaky
         https://bugs.webkit.org/show_bug.cgi?id=225655
         <rdar://74158395>

Modified: trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html (277359 => 277360)


--- trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html	2021-05-12 07:54:27 UTC (rev 277359)
+++ trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html	2021-05-12 07:56:39 UTC (rev 277360)
@@ -33,6 +33,7 @@
 
     video1.srcObject = blob;
     video2.srcObject = blob;
+    await video1.play();
     await video2.play();
 
     assert_equals(video1.duration, video2.duration);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to