You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this WPT test is using a Chromium-specific interface for retrieving the FakeXRDevice's framebuffer scale factor, which itself is just a const in Chromium's webxr-test.js polyfill. It should probably be a proper part of the FakeXRDevice interface instead.
The text was updated successfully, but these errors were encountered:
Currently this WPT test is using a Chromium-specific interface for retrieving the FakeXRDevice's framebuffer scale factor, which itself is just a const in Chromium's
webxr-test.js
polyfill. It should probably be a proper part of the FakeXRDevice interface instead.The text was updated successfully, but these errors were encountered: