Bug 301728
| Summary: | [WebXR][WPT] xrWebGLLayer_opaque_framebuffer_stencil sniffs navigator.platform | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan Glastonbury <djg> |
| Component: | New Bugs | Assignee: | Dan Glastonbury <djg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P5 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Vision Pro | ||
| OS: | visionOS 26 | ||
Dan Glastonbury
The test claims that "mac has issues with readPixels from the default fbo." and is searching for substring "Mac" in navigator.platform. WebKit reports 'MacIntel' on all Cocoa platforms, so this check is of little use.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163752529>
Dan Glastonbury
The test was incorrectly assuming that GL_RGB was a valid format for use with glReadPixels, which has been fixed in https://commits.webkit.org/302321@main
Dan Glastonbury
Pull request: https://github.com/WebKit/WebKit/pull/53232
EWS
Committed 302367@main (163437bd0ece): <https://commits.webkit.org/302367@main>
Reviewed commits have been landed. Closing PR #53232 and removing active labels.