mirror of
https://github.com/servo/servo.git
synced 2025-09-03 03:28:20 +01:00
Update WebXR WPT expectations (#33058)
* Enable the dom.webxr.test pref for webxr WPT tests Signed-off-by: Daniel Adams <msub2official@gmail.com> * Update webxr test expectations Signed-off-by: Daniel Adams <msub2official@gmail.com> * Fix erroneous timeouts Signed-off-by: Daniel Adams <msub2official@gmail.com> * Readd stable timeout Signed-off-by: Daniel Adams <msub2official@gmail.com> --------- Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
8159f03288
commit
353ceb0ffb
39 changed files with 74 additions and 220 deletions
|
@ -1,4 +1,5 @@
|
|||
[ar_dom_overlay.https.html]
|
||||
expected: ERROR
|
||||
[Ensures DOM Overlay input deduplication works]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -17,3 +18,32 @@
|
|||
[Ensures DOM Overlay interactions on cross origin iframe are ignored]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay feature works for immersive-ar, body element - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay feature works for immersive-ar, body element - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay feature works for immersive-ar, div element - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay feature works for immersive-ar, div element - webgl2]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay input deduplication works - webgl]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Ensures DOM Overlay input deduplication works - webgl2]
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures DOM Overlay Fullscreen API doesn't change DOM overlay - webgl]
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures DOM Overlay Fullscreen API doesn't change DOM overlay - webgl2]
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures DOM Overlay interactions on cross origin iframe are ignored - webgl]
|
||||
expected: NOTRUN
|
||||
|
||||
[Ensures DOM Overlay interactions on cross origin iframe are ignored - webgl2]
|
||||
expected: NOTRUN
|
||||
|
|
6
tests/wpt/meta/webxr/dom-overlay/ar_dom_overlay_hit_test.https.html.ini
vendored
Normal file
6
tests/wpt/meta/webxr/dom-overlay/ar_dom_overlay_hit_test.https.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[ar_dom_overlay_hit_test.https.html]
|
||||
[Ensures DOM Overlay interactions on cross origin iframe do not cause hit test results to come up - webgl]
|
||||
expected: FAIL
|
||||
|
||||
[Ensures DOM Overlay interactions on cross origin iframe do not cause hit test results to come up - webgl2]
|
||||
expected: FAIL
|
27
tests/wpt/meta/webxr/dom-overlay/idlharness.https.window.js.ini
vendored
Normal file
27
tests/wpt/meta/webxr/dom-overlay/idlharness.https.window.js.ini
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[idlharness.https.window.html]
|
||||
[XRSession interface: attribute domOverlayState]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onbeforexrselect]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.body must inherit property "onbeforexrselect" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute onbeforexrselect]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onbeforexrselect" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onbeforexrselect]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document must inherit property "onbeforexrselect" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[SVGElement interface: attribute onbeforexrselect]
|
||||
expected: FAIL
|
||||
|
||||
[SVGElement interface: svgElement must inherit property "onbeforexrselect" with the proper type]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue