Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 43010e8408c7ae4d3796e8aef94e4aa6cb48b465
https://github.com/WebKit/WebKit/commit/43010e8408c7ae4d3796e8aef94e4aa6cb48b465
Author: Cole Carley <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M LayoutTests/TestExpectations
M
LayoutTests/webgl/resources/webgl_test_files/conformance2/rendering/blitframebuffer-test.html
Log Message:
-----------
Fix blitframebuffer-test.html to use non-equivalent format for multisampled
sRGB format mismatch test
rdar://117850243
https://bugs.webkit.org/show_bug.cgi?id=307483
Reviewed by Kimmo Kinnunen.
blitframebuffer-test.html was changed here:
https://commits.webkit.org/267783@main, but those changes
were reverted in an unreviewed upstream import here:
https://commits.webkit.org/270111@main.
This patch reintroduces the changes seen before the upstream import.
blit_framebuffer_multisampling_srgb() validates format mismatch detection for
multisampled sRGB blits. It is expecting that
RGBA is not equivalent to sRGB. ANGLE treats them as equivalent, so the test
fails. The fix is to use RGB8 in the test
instead because it is truly not equivalent.
* LayoutTests/TestExpectations:
*
LayoutTests/webgl/resources/webgl_test_files/conformance2/rendering/blitframebuffer-test.html:
Canonical link: https://commits.webkit.org/307279@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications