The WPT tests shared are running on Linux, which from the MDN <https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API#:~:text=options.unadjustedMovement%20parameter> & while I was tracing the code, `unadjustedMovement` flag is not yet supported on Linux. I managed to track down this open issue <https://g-issues.chromium.org/issues/40635377>, which has some discussions around the `unadjustedMovement` flag support on Linux & other platforms.
For the other tests, I couldn't manage to find much context around them unfortunately. Thanks On Monday, December 15, 2025 at 3:23:25 PM UTC+1 [email protected] wrote: > On 12/10/25 1:38 p.m., Chris Harrelson wrote: > > LGTM2 > > On Wed, Dec 10, 2025 at 10:37 AM 'Abdelrahman Eed' via blink-dev < > [email protected]> wrote: > > Thank you, >> >> I have filed requests for the necessary parts and linked to the internal >> launch approvals. >> >> Thanks >> >> On Wed, Dec 10, 2025 at 11:39 AM 'Abdelrahman Eed' via blink-dev < >>>> [email protected]> wrote: >>>> >>>>> >>>>> - Can you file for Gecko/WebKit signals? Did we get signals for >>>>> the desktop feature? >>>>> - >>>>> - Gecko: >>>>> https://github.com/mozilla/standards-positions/issues/448 >>>>> - WebKit: shipped >>>>> https://github.com/WebKit/standards-positions/issues/254 >>>>> >>>>> These standards positions refer to > https://github.com/w3c/pointerlock/pull/99 - i.e., `{ > unadjustedMovement: true }`. Do you know why we don't pass the relevant > WPT > <https://wpt.fyi/results/pointerlock/pointerlock_unadjustedMovement.html?label=master&label=experimental&aligned&q=pointerlock> > (and > the other failing tests)? > > > https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/dom/pointer_lock_options.idl > > suggests this option in particular is implemented. > -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/a32a0ef3-8563-4210-93e4-f5b25844c32dn%40chromium.org.
