mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
webxr: Add some missing internal checks/validation (#33318)
* Ensure depthFar is non-negative Signed-off-by: Daniel Adams <msub2official@gmail.com> * Properly append default features in requestSession Signed-off-by: Daniel Adams <msub2official@gmail.com> * Ensure XRRigidTransform init members have finite values Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
aadc212b95
commit
75c7712905
9 changed files with 35 additions and 40 deletions
|
@ -1,7 +1,2 @@
|
|||
[render_state_update.https.html]
|
||||
expected: ERROR
|
||||
[updateRenderState clamps appropriately near/far clipping planes - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[updateRenderState clamps appropriately near/far clipping planes - webgl2]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[xrRigidTransform_constructor.https.html]
|
||||
[XRRigidTransform constructor works - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[XRRigidTransform constructor works - webgl]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[xrSession_enabledFeatures.https.html]
|
||||
[Validate enabledFeatures on XRSession - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Validate enabledFeatures on XRSession - webgl2]
|
||||
expected: FAIL
|
|
@ -1,7 +1,2 @@
|
|||
[render_state_update.https.html]
|
||||
expected: ERROR
|
||||
[updateRenderState clamps appropriately near/far clipping planes - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[updateRenderState clamps appropriately near/far clipping planes - webgl2]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[xrRigidTransform_constructor.https.html]
|
||||
[XRRigidTransform constructor works - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[XRRigidTransform constructor works - webgl]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[xrSession_enabledFeatures.https.html]
|
||||
[Validate enabledFeatures on XRSession - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Validate enabledFeatures on XRSession - webgl2]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue