Skip to content

Commit 4bc8978

Browse files
committed
Make MediaSourceUseRemoteAudioVideoRenderer testable
https://bugs.webkit.org/show_bug.cgi?id=302937 rdar://165204590 Reviewed by Youenn Fablet. We can now start testing MediaSourceUseRemoteAudioVideoRenderer which makes MSE entirely runs in the web content process. Covered by existing tests. * LayoutTests/platform/mac-wk2/TestExpectations: * Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml: Canonical link: https://commits.webkit.org/303521@main
1 parent 26dd620 commit 4bc8978

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LayoutTests/platform/mac-wk2/TestExpectations

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,3 +2414,5 @@ webkit.org/b/302174 [ Tahoe Debug arm64 ] platform/mac/media/encrypted-media/fps
24142414
# webkit.org/b/302674 fast/webgpu/nocrash/fuzz-279542.html appears to cause other tests to timeout
24152415
[ Tahoe Debug arm64 ] fast/webgpu/nocrash/ [ Skip ]
24162416
[ Tahoe Debug arm64 ] fast/selectors/is-backtracking.html [ Skip ]
2417+
2418+
webkit.org/b/302935 [ Sonoma ] media/media-source/media-source-allowed-codecs.html [ Failure ]

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5357,7 +5357,7 @@ MediaSourcePrefersDecompressionSession:
53575357

53585358
MediaSourceUseRemoteAudioVideoRenderer:
53595359
type: bool
5360-
status: unstable
5360+
status: testable
53615361
category: media
53625362
humanReadableName: "MSE player uses GPU renderer"
53635363
humanReadableDescription: "MSE player uses GPU renderer"

0 commit comments

Comments
 (0)