mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
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:
parent
3a04f4195e
commit
2af1225e4f
46 changed files with 1387 additions and 29 deletions
13
tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewDepthData.https.html.ini
vendored
Normal file
13
tests/wpt/meta/webxr/depth-sensing/cpu/depth_sensing_cpu_matchDepthViewDepthData.https.html.ini
vendored
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue