From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/webxr/hit-test/META.yml | 1 + .../hit-test/ar_hittest_source_cancel.https.html | 100 ++++++++++++ ...ar_hittest_subscription_inputSources.https.html | 170 ++++++++++++++++++++ .../ar_hittest_subscription_refSpaces.https.html | 158 ++++++++++++++++++ ..._hittest_subscription_states_regular.https.html | 69 ++++++++ ...ittest_subscription_states_transient.https.html | 66 ++++++++ ...t_subscription_transientInputSources.https.html | 177 +++++++++++++++++++++ ...r_hittest_subscription_unlocalizable.https.html | 108 +++++++++++++ .../tests/webxr/hit-test/idlharness.https.html | 29 ++++ .../webxr/hit-test/xrRay_constructor.https.html | 159 ++++++++++++++++++ .../tests/webxr/hit-test/xrRay_matrix.https.html | 101 ++++++++++++ 11 files changed, 1138 insertions(+) create mode 100644 testing/web-platform/tests/webxr/hit-test/META.yml create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_source_cancel.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_inputSources.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_refSpaces.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_regular.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_transient.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_transientInputSources.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_unlocalizable.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/idlharness.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/xrRay_constructor.https.html create mode 100644 testing/web-platform/tests/webxr/hit-test/xrRay_matrix.https.html (limited to 'testing/web-platform/tests/webxr/hit-test') diff --git a/testing/web-platform/tests/webxr/hit-test/META.yml b/testing/web-platform/tests/webxr/hit-test/META.yml new file mode 100644 index 0000000000..e3f94f05a1 --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/META.yml @@ -0,0 +1 @@ +spec: https://immersive-web.github.io/hit-test/ diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_source_cancel.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_source_cancel.https.html new file mode 100644 index 0000000000..5e7381df02 --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_source_cancel.https.html @@ -0,0 +1,100 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_inputSources.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_inputSources.https.html new file mode 100644 index 0000000000..ca92d390fc --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_inputSources.https.html @@ -0,0 +1,170 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_refSpaces.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_refSpaces.https.html new file mode 100644 index 0000000000..a30e71949c --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_refSpaces.https.html @@ -0,0 +1,158 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_regular.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_regular.https.html new file mode 100644 index 0000000000..9f5513fd1e --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_regular.https.html @@ -0,0 +1,69 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_transient.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_transient.https.html new file mode 100644 index 0000000000..e8a83a62a6 --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_states_transient.https.html @@ -0,0 +1,66 @@ + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_transientInputSources.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_transientInputSources.https.html new file mode 100644 index 0000000000..9e0347963c --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_transientInputSources.https.html @@ -0,0 +1,177 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_unlocalizable.https.html b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_unlocalizable.https.html new file mode 100644 index 0000000000..d1cb1a5a5c --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/ar_hittest_subscription_unlocalizable.https.html @@ -0,0 +1,108 @@ + + + + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/idlharness.https.html b/testing/web-platform/tests/webxr/hit-test/idlharness.https.html new file mode 100644 index 0000000000..f61959b9ed --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/idlharness.https.html @@ -0,0 +1,29 @@ + +WebXR hit-test IDL tests + + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/xrRay_constructor.https.html b/testing/web-platform/tests/webxr/hit-test/xrRay_constructor.https.html new file mode 100644 index 0000000000..56b3931341 --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/xrRay_constructor.https.html @@ -0,0 +1,159 @@ + + + + + + diff --git a/testing/web-platform/tests/webxr/hit-test/xrRay_matrix.https.html b/testing/web-platform/tests/webxr/hit-test/xrRay_matrix.https.html new file mode 100644 index 0000000000..77f134a75f --- /dev/null +++ b/testing/web-platform/tests/webxr/hit-test/xrRay_matrix.https.html @@ -0,0 +1,101 @@ + + + + + + + -- cgit v1.2.3