Forward manager_number to NullBrowser constructor (#37125)

Testing: No tests, if `test-wpt` broke again then we would notice pretty
quickly.
Fixes: https://github.com/servo/servo/issues/37124

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-05-25 17:12:55 +02:00 committed by GitHub
parent 3a04f4195e
commit 2af1225e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 1387 additions and 29 deletions

View file

@ -0,0 +1,13 @@
[depth_sensing_cpu_matchDepthViewDepthData.https.html]
expected: ERROR
[XRDepthInformation.data matches raw device data when matchDepthView is false with offset depth (CPU) - webgl]
expected: TIMEOUT
[XRDepthInformation.data matches raw device data when matchDepthView is false with offset depth (CPU) - webgl2]
expected: NOTRUN
[XRDepthInformation.data does NOT match raw device data when matchDepthView is true with offset depth (CPU) - webgl]
expected: NOTRUN
[XRDepthInformation.data does NOT match raw device data when matchDepthView is true with offset depth (CPU) - webgl2]
expected: NOTRUN

View file

@ -17,3 +17,21 @@
[Ensures session can be created when matchDepthView=false, `cpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView is unset, `cpu-optimized` - webgl]
expected: TIMEOUT
[Ensures XRViewGeometry values match XRView when matchDepthView is unset, `cpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView=true, `cpu-optimized` - webgl]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView=true, `cpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `cpu-optimized` - webgl]
expected: NOTRUN
[Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `cpu-optimized` - webgl2]
expected: NOTRUN

View file

@ -1,2 +1,7 @@
[depth_sensing_gpu_inactiveFrame.https.html]
expected: ERROR
[Ensures appropriate depth methods and attributes throw when not run in an active frame, `gpu-optimized` - webgl]
expected: FAIL
[Ensures appropriate depth methods and attributes throw when not run in an active frame, `gpu-optimized` - webgl2]
expected: FAIL

View file

@ -17,3 +17,21 @@
[Ensures session can be created when matchDepthView=false, `gpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView is unset, `gpu-optimized` - webgl]
expected: TIMEOUT
[Ensures XRViewGeometry values match XRView when matchDepthView is unset, `gpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView=true, `gpu-optimized` - webgl]
expected: NOTRUN
[Ensures XRViewGeometry values match XRView when matchDepthView=true, `gpu-optimized` - webgl2]
expected: NOTRUN
[Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `gpu-optimized` - webgl]
expected: NOTRUN
[Ensures XRViewGeometry values do not match XRView when matchDepthView=false, `gpu-optimized` - webgl2]
expected: NOTRUN