KhronosGroup/WebGL

Allow extra IDL members when appropriate

Closed this issue · 2 comments

Some tests assert that WebGL context objects do not have any unknown members. This approach fails when a browser implements another specification that extends WebGLRenderingContextBase.

For example, conformance/offscreencanvas/methods.html fails in Chromium because of makeXRCompatible.

I thought we had a PR to fix this somewhere!