Bug 252837
Summary: | REGRESSION (260575@main): [ iOS ] media/video-element-fullscreen-not-in-dom-accelerated-iphone.html is a constant failure. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bri Harris <bharris9> |
Component: | New Bugs | Assignee: | Jer Noble <jer.noble> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric.carlson, jer.noble, pvollan, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Bri Harris
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105838163>
EWS
Test gardening commit 260749@main (af221f176240): <https://commits.webkit.org/260749@main>
Reviewed commits have been landed. Closing PR #10598 and removing active labels.
Ryan Haddad
https://commits.webkit.org/260575@main seems like it could be the regression point.
Bri Harris
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.
Jer Noble
Pull request: https://github.com/WebKit/WebKit/pull/11324
EWS
Committed 261501@main (d7107716d181): <https://commits.webkit.org/261501@main>
Reviewed commits have been landed. Closing PR #11324 and removing active labels.