diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/webxr/dom-overlay | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webxr/dom-overlay')
4 files changed, 71 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay.https.html.ini b/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay.https.html.ini new file mode 100644 index 0000000000..89c71125fe --- /dev/null +++ b/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay.https.html.ini @@ -0,0 +1,34 @@ +[ar_dom_overlay.https.html] + [Ensures DOM Overlay rejected without root element] + expected: FAIL + + [Ensures DOM Overlay input deduplication works - webgl2] + expected: FAIL + + [Ensures DOM Overlay Fullscreen API doesn't change DOM overlay - webgl2] + expected: FAIL + + [Ensures DOM Overlay interactions on cross origin iframe are ignored - webgl2] + expected: FAIL + + [Ensures DOM Overlay interactions on cross origin iframe are ignored - webgl] + expected: FAIL + + [Ensures DOM Overlay feature works for immersive-ar, body element - webgl] + expected: FAIL + + [Ensures DOM Overlay Fullscreen API doesn't change DOM overlay - webgl] + expected: FAIL + + [Ensures DOM Overlay feature works for immersive-ar, div element - webgl2] + expected: FAIL + + [Ensures DOM Overlay input deduplication works - 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 + diff --git a/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay_hit_test.https.html.ini b/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay_hit_test.https.html.ini new file mode 100644 index 0000000000..39d3a1c94c --- /dev/null +++ b/testing/web-platform/meta/webxr/dom-overlay/ar_dom_overlay_hit_test.https.html.ini @@ -0,0 +1,2 @@ +[ar_dom_overlay_hit_test.https.html] + expected: ERROR diff --git a/testing/web-platform/meta/webxr/dom-overlay/idlharness.https.window.js.ini b/testing/web-platform/meta/webxr/dom-overlay/idlharness.https.window.js.ini new file mode 100644 index 0000000000..65f7e7305e --- /dev/null +++ b/testing/web-platform/meta/webxr/dom-overlay/idlharness.https.window.js.ini @@ -0,0 +1,28 @@ +[idlharness.https.window.html] + [HTMLElement interface: attribute onbeforexrselect] + expected: FAIL + + [Document interface: attribute onbeforexrselect] + expected: FAIL + + [Window interface: attribute onbeforexrselect] + expected: FAIL + + [XRSession interface: attribute domOverlayState] + expected: FAIL + + [SVGElement interface: svgElement must inherit property "onbeforexrselect" with the proper type] + expected: FAIL + + [Document interface: document must inherit property "onbeforexrselect" with the proper type] + expected: FAIL + + [Window interface: window must inherit property "onbeforexrselect" with the proper type] + expected: FAIL + + [HTMLElement interface: document.body must inherit property "onbeforexrselect" with the proper type] + expected: FAIL + + [SVGElement interface: attribute onbeforexrselect] + expected: FAIL + diff --git a/testing/web-platform/meta/webxr/dom-overlay/nested_fullscreen.https.html.ini b/testing/web-platform/meta/webxr/dom-overlay/nested_fullscreen.https.html.ini new file mode 100644 index 0000000000..992ff1aca4 --- /dev/null +++ b/testing/web-platform/meta/webxr/dom-overlay/nested_fullscreen.https.html.ini @@ -0,0 +1,7 @@ +[nested_fullscreen.https.html] + [Check XR session from fullscreen - webgl2] + expected: FAIL + + [Check XR session from fullscreen - webgl] + expected: FAIL + |