Closed
Bug 1855780
Opened 2 years ago
Closed 2 years ago
Failure in WebGL compliance test webgl-provoking-vertex.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: twisniewski, Assigned: jgilbert)
References
()
Details
Attachments
(1 file)
Safari and Chrome seem to pass this test completely for me (I've only tested on MacOS), but Firefox does not, with one failure:
getError expected: INVALID_ENUM. Was NO_ERROR : invalid provoking mode generates an error
With this message appearing in the web console:
WebGL warning: getParameter: pname: Invalid enum value <enum 0x8e4f>
| Assignee | ||
Comment 1•2 years ago
|
||
We are silently ignoring these instead of generating an error.
Assignee: nobody → jgilbert
Severity: -- → S4
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9363992 -
Attachment description: Bug 1855780 - Generate INNVALID_ENUM in ProvokingVertex for bad `mode`. → Bug 1855780 - Generate INVALID_ENUM in ProvokingVertex for bad `mode`.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9c26ddde38e
Generate INVALID_ENUM in ProvokingVertex for bad `mode`. r=gfx-reviewers,nical
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•