Bug 294218
| Summary: | New Test(295178@main): [ iOS ] media/video-suppress-hdr-fullscreen.html is a constant failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yasmin Karimi <y_karimi> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | CC: | g_squelart, jer.noble, sabouhallawa, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 296257 | ||
| Bug Blocks: | 296545 | ||
Yasmin Karimi
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/152860818>
Gerald Squelart
Didn't notice this bug, sorry, I worked on this issue in https://bugs.webkit.org/show_bug.cgi?id=296257