mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Add hit test mocking at initialization
This commit is contained in:
parent
3f88310e23
commit
d01d9065aa
7 changed files with 126 additions and 9 deletions
|
@ -1,2 +1,10 @@
|
|||
[ar_hittest_subscription_inputSources.https.html]
|
||||
expected: ERROR
|
||||
[Ensures subscription to hit test works with an XRSpace from input source - after move - no results]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with an XRSpace from input source - after move - 1 result]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with an XRSpace from input source - no move]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,13 @@
|
|||
[ar_hittest_subscription_refSpaces.https.html]
|
||||
expected: ERROR
|
||||
[Ensures subscription to hit test works with viewer space - straight up - no results]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with viewer space - straight ahead - plane]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with local space]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to hit test works with local-floor space]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,10 @@
|
|||
[ar_hittest_subscription_transientInputSources.https.html]
|
||||
expected: ERROR
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - 1 result]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - after move - no results]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures subscription to transient hit test works with an XRSpace from input source - no move]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue