Title: [268129] trunk/LayoutTests/imported/w3c
Revision
268129
Author
you...@apple.com
Date
2020-10-07 09:39:57 -0700 (Wed, 07 Oct 2020)

Log Message

MediaRecorder::create should not need to create a MediaRecorderPrivate to validate it can record properly
https://bugs.webkit.org/show_bug.cgi?id=217387
<rdar://problem/70049616>

Unreviewed.

Rebased test after https://trac.webkit.org/changeset/268125.
We should fix the exact name of the exception based on https://github.com/w3c/mediacapture-record/issues/206.


* web-platform-tests/mediacapture-record/MediaRecorder-detached-context-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (268128 => 268129)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-10-07 16:01:56 UTC (rev 268128)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-10-07 16:39:57 UTC (rev 268129)
@@ -1,5 +1,18 @@
 2020-10-07  Youenn Fablet  <you...@apple.com>
 
+        MediaRecorder::create should not need to create a MediaRecorderPrivate to validate it can record properly
+        https://bugs.webkit.org/show_bug.cgi?id=217387
+        <rdar://problem/70049616>
+
+        Unreviewed.
+
+        Rebased test after https://trac.webkit.org/changeset/268125.
+        We should fix the exact name of the exception based on https://github.com/w3c/mediacapture-record/issues/206.
+
+        * web-platform-tests/mediacapture-record/MediaRecorder-detached-context-expected.txt:
+
+2020-10-07  Youenn Fablet  <you...@apple.com>
+
         Make sure to fire the correct set of events in case MediaRecorder stream has track changes
         https://bugs.webkit.org/show_bug.cgi?id=217316
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-detached-context-expected.txt (268128 => 268129)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-detached-context-expected.txt	2020-10-07 16:01:56 UTC (rev 268128)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-detached-context-expected.txt	2020-10-07 16:39:57 UTC (rev 268129)
@@ -1,3 +1,3 @@
 
-FAIL MediaRecorder creation with detached context assert_equals: expected "NotAllowedError" but got "NotSupportedError"
+FAIL MediaRecorder creation with detached context assert_equals: expected "NotAllowedError" but got "InvalidStateError"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to