From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/webxr/anchors/META.yml | 1 + .../ar_anchor_freefloating_create_move.https.html | 94 ++++++++++++++++ ...r_anchor_freefloating_delay_creation.https.html | 122 +++++++++++++++++++++ .../ar_anchor_freefloating_failure.https.html | 72 ++++++++++++ ...nchor_freefloating_pause_resume_stop.https.html | 115 +++++++++++++++++++ .../webxr/anchors/ar_anchor_getAnchors.https.html | 58 ++++++++++ .../webxr/anchors/ar_anchor_states.https.html | 114 +++++++++++++++++++ .../tests/webxr/anchors/idlharness.https.window.js | 16 +++ 8 files changed, 592 insertions(+) create mode 100644 testing/web-platform/tests/webxr/anchors/META.yml create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_create_move.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_failure.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_getAnchors.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/ar_anchor_states.https.html create mode 100644 testing/web-platform/tests/webxr/anchors/idlharness.https.window.js (limited to 'testing/web-platform/tests/webxr/anchors') diff --git a/testing/web-platform/tests/webxr/anchors/META.yml b/testing/web-platform/tests/webxr/anchors/META.yml new file mode 100644 index 0000000000..0b7f740ac5 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/META.yml @@ -0,0 +1 @@ +spec: https://immersive-web.github.io/anchors/ diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_create_move.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_create_move.https.html new file mode 100644 index 0000000000..87f7556007 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_create_move.https.html @@ -0,0 +1,94 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html new file mode 100644 index 0000000000..686eacf848 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_delay_creation.https.html @@ -0,0 +1,122 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_failure.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_failure.https.html new file mode 100644 index 0000000000..dd03be0ad5 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_failure.https.html @@ -0,0 +1,72 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html new file mode 100644 index 0000000000..6eb6bc76e6 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_freefloating_pause_resume_stop.https.html @@ -0,0 +1,115 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_getAnchors.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_getAnchors.https.html new file mode 100644 index 0000000000..50664b0a4b --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_getAnchors.https.html @@ -0,0 +1,58 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/ar_anchor_states.https.html b/testing/web-platform/tests/webxr/anchors/ar_anchor_states.https.html new file mode 100644 index 0000000000..8369549852 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/ar_anchor_states.https.html @@ -0,0 +1,114 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/anchors/idlharness.https.window.js b/testing/web-platform/tests/webxr/anchors/idlharness.https.window.js new file mode 100644 index 0000000000..b69a327229 --- /dev/null +++ b/testing/web-platform/tests/webxr/anchors/idlharness.https.window.js @@ -0,0 +1,16 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +'use strict'; + +// https://immersive-web.github.io/anchors/ + +idl_test( + ['anchors'], + ['webxr-hit-test', 'webxr', 'dom'], + async idl_array => { + idl_array.add_objects({ + // TODO: Add object instances + }); + } +); -- cgit v1.2.3