RESOLVED MOVED294218
New Test(295178@main): [ iOS ] media/video-suppress-hdr-fullscreen.html is a constant failure.
https://bugs.webkit.org/show_bug.cgi?id=294218
Summary New Test(295178@main): [ iOS ] media/video-suppress-hdr-fullscreen.html is a ...
Yasmin Karimi
Reported 2025-06-09 13:23:10 PDT
media/video-suppress-hdr-fullscreen.html This test is a constant failure on iOS on iPad. HISTORY: https://results.webkit.org/?suite=layout-tests&test=media%2Fvideo-suppress-hdr-fullscreen.html TEXT DIFF: @@ -9,6 +9,7 @@ RUN(video.play().then(playing);) EXPECTED (internals.isChangingPresentationMode(video) == 'false') OK RUN(internals.setPageShouldSuppressHDR(true)) +EXPECTED (internals.effectiveDynamicRangeLimitValue(video) == '1'), OBSERVED '0.5' FAIL RUN(internals.setPageShouldSuppressHDR(false)) RUN(video.webkitExitFullscreen()) EVENT(webkitpresentationmodechanged) DIFF URL: https://build.webkit.org/results/Apple-iPadOS-18-Simulator-Release-WK2-Tests/295997@main%20(1202)/media/video-suppress-hdr-fullscreen-pretty-diff.html REPRODUCIBILITY: I was able to reproduce this issue on the iOS 18.2 simulator at ToT using the following command: run-webkit-tests --ios-simulator media/video-suppress-hdr-fullscreen.html --iterations 10 REGRESSION: This test appears to be constantly failing since it was introduced at 295178@main.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-06-09 13:24:45 PDT
Gerald Squelart
Comment 2 2025-07-25 01:16:51 PDT
Didn't notice this bug, sorry, I worked on this issue in https://bugs.webkit.org/show_bug.cgi?id=296257
Note You need to log in before you can comment on or make changes to this bug.