media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-top-right-controls-bar-hidden-when-mute-button-disabled.html is a constant text failure on macOS. HISTORY: https://results.webkit.org/?suite=layout-tests&test=media%2Fmodern-media-controls%2Fmacos-inline-media-controls%2Fmacos-inline-media-controls-top-right-controls-bar-hidden-when-mute-button-disabled.html TEXT DIFF: @@ -8,7 +8,7 @@ PASS mediaControls.topRightControlsBar.parent is mediaControls Mute button is disabled -PASS mediaControls.muteButton.parent.parent is mediaControls.bottomControlsBar +FAIL mediaControls.muteButton.parent.parent should be [object Object]. Was null. PASS mediaControls.topRightControlsBar.parent is null PASS successfullyParsed is true DIFF URL: https://build.webkit.org/results/Apple-Monterey-Release-AppleSilicon-WK2-Tests/261936@main%20(8307)/media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-top-right-controls-bar-hidden-when-mute-button-disabled-pretty-diff.html
<rdar://problem/107028528>
I was able to reproduce the failure at Ventura Release ToT running the test as follows: run-webkit-tests media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-top-right-controls-bar-hidden-when-mute-button-disabled.html I also bisected to a regression point. The test fails at 261912@main, but not at 261911@main. Starting on Antoine who introduced https://commits.webkit.org/261912@main
Test gardening commit 261941@main (f688023a9bc8): <https://commits.webkit.org/261941@main> Reviewed commits have been landed. Closing PR #11785 and removing active labels.
This test sets up media controls to be too narrow to display the mute button in the bottom controls bar and 261912@main enforced that. This test is no longer correct.
Pull request: https://github.com/WebKit/WebKit/pull/11808
Committed 261991@main (934f8ed073f2): <https://commits.webkit.org/261991@main> Reviewed commits have been landed. Closing PR #11808 and removing active labels.