media/video-element-fullscreen-not-in-dom-accelerated-iphone.html is a constant failure on iOS 16. HISTORY: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-element-fullscreen-not-in-dom-accelerated-iphone.html I was able to replicate this failure on iOS 16 ToT running on Apple Silicon as follows: run-webkit-tests media/video-element-fullscreen-not-in-dom-accelerated-iphone.html DIFF TEXT: @@ -1,6 +1,6 @@ Test that playing a video in fullscreen is accelerated. EVENT(webkitbeginfullscreen) -EXPECTED (window.internals.mediaPlayerRenderingCanBeAccelerated(video) == 'true') OK +EXPECTED (window.internals.mediaPlayerRenderingCanBeAccelerated(video) == 'true'), OBSERVED 'false' FAIL END OF TEST
<rdar://problem/105838163>
Test gardening commit 260749@main (af221f176240): <https://commits.webkit.org/260749@main> Reviewed commits have been landed. Closing PR #10598 and removing active labels.
https://commits.webkit.org/260575@main seems like it could be the regression point.
I was able to verify 260575@main as the regression point as testing on this build produces a failure; but is passing on 260574@main.
Pull request: https://github.com/WebKit/WebKit/pull/11324
Committed 261501@main (d7107716d181): <https://commits.webkit.org/261501@main> Reviewed commits have been landed. Closing PR #11324 and removing active labels.