Title: [270396] trunk/LayoutTests
Revision
270396
Author
[email protected]
Date
2020-12-03 10:41:48 -0800 (Thu, 03 Dec 2020)

Log Message

(r270171) [ iOS ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html is failing
https://bugs.webkit.org/show_bug.cgi?id=219439
<rdar://problem/71900353>

Reviewed by Darin Adler.

* http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html:
Remove the audio track to allow both video elements to play concurrently on iOS.
Tested by running the test on iOS simulator.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (270395 => 270396)


--- trunk/LayoutTests/ChangeLog	2020-12-03 17:24:50 UTC (rev 270395)
+++ trunk/LayoutTests/ChangeLog	2020-12-03 18:41:48 UTC (rev 270396)
@@ -1,3 +1,15 @@
+2020-12-03  Youenn Fablet  <[email protected]>
+
+        (r270171) [ iOS ] http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=219439
+        <rdar://problem/71900353>
+
+        Reviewed by Darin Adler.
+
+        * http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html:
+        Remove the audio track to allow both video elements to play concurrently on iOS.
+        Tested by running the test on iOS simulator.
+
 2020-12-02  Diego Pino Garcia  <[email protected]>
 
         [WPE] Unreviewed test gardening. Gardened several flaky timeout failures.

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


--- trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html	2020-12-03 17:24:50 UTC (rev 270395)
+++ trunk/LayoutTests/http/wpt/mediarecorder/set-srcObject-MediaStream-Blob.html	2020-12-03 18:41:48 UTC (rev 270396)
@@ -16,7 +16,7 @@
 }
 
 promise_test(async (test) => {
-    const stream = await navigator.mediaDevices.getUserMedia({ audio: true, video: true });
+    const stream = await navigator.mediaDevices.getUserMedia({ video: true });
     video1.srcObject = stream;
     await video1.play();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to