17 media tests broke after http://trac.webkit.org/r156546, the fix for bug #120895: media/track/track-cue-mutable-text.html media/track/track-cue-rendering-mode-changed.html media/track/track-in-band-mode.html media/video-controls-captions-trackmenu-localized.html media/video-controls-captions-trackmenu-sorted.html media/video-controls-captions-trackmenu.html media/video-controls-fullscreen-volume.html media/video-controls-no-scripting.html media/video-controls-rendering.html media/video-controls-toggling.html media/video-controls-visible-exiting-fullscreen.html media/video-display-toggle.html media/video-empty-source.html media/video-no-audio.html media/video-rtl.html media/video-volume-slider.html media/volume-bar-empty-when-muted.html
<rdar://problem/15099302>
media/track/track-cue-rendering-vertical.html is also broken by this change, filing flakily (but most of the time). Will add to TestExpectations.
Rebased and marked as passing a few tests in r173500 <https://trac.webkit.org/r173500>.
media/video-controls-visible-exiting-fullscreen.html got fixed via bug 141689.
media/track/track-cue-rendering-mode-changed.html is passing on my Catalina machine, not timing out as the expectations file says.
media/track/track-cue-rendering-mode-changed.html Test is a flaky failure according to history on macOS wk1. First occurrence of failure is a r260834. History: https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-cue-rendering-mode-changed.html&limit=50000&platform=mac&flavor=wk1 Diff: --- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-mode-changed-expected.txt +++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-mode-changed-actual.txt @@ -21,7 +21,7 @@ Set the mode of the 'English' track to showing ** Both cues shold be visible. ** -EXPECTED (testCueDisplayBox.innerText == 'Arabic') OK -EXPECTED (testCueDisplayBox.innerText == 'English') OK +EXPECTED (testCueDisplayBox.innerText == 'Arabic'), OBSERVED 'English' FAIL +EXPECTED (testCueDisplayBox.innerText == 'English'), OBSERVED 'Arabic' FAIL END OF TEST
Regression point canonical: https://commits.webkit.org/140045@main
This is still occurring on macOS Ventura (13.5, 22G74/arm64) ToT 10 years later.