Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 080b3f4b8fa9836436c3b613e83ef7cf727ceb52
https://github.com/WebKit/WebKit/commit/080b3f4b8fa9836436c3b613e83ef7cf727ceb52
Author: Roberto Rodriguez <[email protected]>
Date: 2026-08-12 (Wed, 12 Aug 2026)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/fast/canvas/webgl/bufferData-offset-length.html
M LayoutTests/platform/wpe/TestExpectations
Log Message:
-----------
Update fast/canvas/webgl/bufferData-offset-length.html
https://bugs.webkit.org/show_bug.cgi?id=321417
rdar://184485974
Reviewed by Dan Glastonbury.
The WebGL2 bufferData()/bufferSubData() sub-source overloads count srcOffset and
length in elements of the source view, not bytes. The test's byte arithmetic put
all six calls out of bounds, so each raised INVALID_VALUE and left the buffer
empty. Update the test.
* LayoutTests/TestExpectations:
* LayoutTests/fast/canvas/webgl/bufferData-offset-length.html:
* LayoutTests/platform/wpe/TestExpectations:
Canonical link: https://commits.webkit.org/319047@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications