Bug 242028 - drawBuffersWEBGL generates incorrect error code
Summary: drawBuffersWEBGL generates incorrect error code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-27 06:55 PDT by Alexey Knyazev
Modified: 2022-06-28 07:54 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Knyazev 2022-06-27 06:55:25 PDT
When the function argument is incorrect, the call must generate INVALID_OPERATION, not INVALID_VALUE, which is reserved for the overflow case.
Comment 1 EWS 2022-06-28 07:53:48 PDT
Committed 251910@main (dccb2b202e36): <https://commits.webkit.org/251910@main>

Reviewed commits have been landed. Closing PR #1817 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2022-06-28 07:54:13 PDT
<rdar://problem/96061011>