Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION(r266844) [ BigSur ] http/tests/security/webaudio-render-re…
…mote-audio-allowed-crossorigin.html is a constant failure https://bugs.webkit.org/show_bug.cgi?id=216619 Reviewed by Chris Dumez. Tools: In r266844, we adopted an API which would cause audio decoding to be supressed when a media element is initially muted. WebKitTestRunner calls a WebKit SPI to artificially mute all media elements within the page (because listening to LayoutTest beeps and boops is annoying) which causes this code path to be hit for all media elements. Rather than muting the page, WKTR should do the same as DRT, and set the output volume to zero. * WebKitTestRunner/TestController.cpp: (WTR::TestController::resetStateToConsistentValues): LayoutTests: * platform/mac-wk2/TestExpectations: Canonical link: https://commits.webkit.org/229437@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@267162 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
25 additions
and 4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters