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 --- .../acceptAllDevices/device-with-empty-name.https.window.js.ini | 2 ++ .../acceptAllDevices/device-with-name.https.window.js.ini | 2 ++ .../acceptAllDevices/optional-services-missing.https.window.js.ini | 2 ++ .../acceptAllDevices/optional-services-present.https.window.js.ini | 2 ++ .../blocklisted-manufacturer-data-in-filter.https.window.js.ini | 2 ++ .../requestDevice/blocklisted-service-in-filter.https.window.js.ini | 2 ++ .../blocklisted-service-in-optionalServices.https.window.js.ini | 2 ++ .../canonicalizeFilter/data-prefix-and-mask-size.https.window.js.ini | 2 ++ .../dataPrefix-buffer-is-detached.https.window.js.ini | 2 ++ .../device-name-longer-than-29-bytes.https.window.js.ini | 2 ++ .../canonicalizeFilter/empty-dataPrefix.https.window.js.ini | 2 ++ .../canonicalizeFilter/empty-exclusion-filter.https.window.js.ini | 2 ++ .../empty-exclusion-filters-member.https.window.js.ini | 2 ++ .../requestDevice/canonicalizeFilter/empty-filter.https.window.js.ini | 2 ++ .../canonicalizeFilter/empty-filters-member.https.window.js.ini | 2 ++ .../empty-manufacturerData-member.https.window.js.ini | 2 ++ .../canonicalizeFilter/empty-namePrefix.https.window.js.ini | 2 ++ .../canonicalizeFilter/empty-services-member.https.window.js.ini | 2 ++ .../exclusion-filters-require-filters.https.window.js.ini | 2 ++ .../filters-xor-acceptAllDevices.https.window.js.ini | 2 ++ .../canonicalizeFilter/invalid-companyIdentifier.https.window.js.ini | 2 ++ .../canonicalizeFilter/mask-buffer-is-detached.https.window.js.ini | 2 ++ .../max-length-exceeded-name-unicode.https.window.js.ini | 2 ++ .../canonicalizeFilter/max-length-exceeded-name.https.window.js.ini | 2 ++ .../max-length-exceeded-namePrefix-unicode.https.window.js.ini | 2 ++ .../max-length-exceeded-namePrefix.https.window.js.ini | 2 ++ .../canonicalizeFilter/max-length-name-unicode.https.window.js.ini | 2 ++ .../canonicalizeFilter/max-length-name.https.window.js.ini | 2 ++ .../max-length-namePrefix-unicode.https.window.js.ini | 2 ++ .../canonicalizeFilter/max-length-namePrefix.https.window.js.ini | 2 ++ .../requestDevice/canonicalizeFilter/no-arguments.https.window.js.ini | 2 ++ .../canonicalizeFilter/same-company-identifier.https.window.js.ini | 2 ++ .../unicode-valid-length-name-name.https.window.js.ini | 2 ++ .../unicode-valid-length-name-namePrefix.https.window.js.ini | 2 ++ .../wrong-service-in-optionalServices-member.https.window.js.ini | 2 ++ .../wrong-service-in-services-member.https.window.js.ini | 2 ++ .../requestDevice/cross-origin-iframe.sub.https.window.js.ini | 2 ++ .../bluetooth/requestDevice/discovery-succeeds.https.window.js.ini | 2 ++ .../requestDevice/doesnt-consume-user-gesture.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/filter-matches.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/le-not-supported.https.window.js.ini | 2 ++ .../requestDevice/manufacturer-data-filter-matches.https.window.js.ini | 2 ++ .../name-empty-device-from-name-empty-filter.https.window.js.ini | 2 ++ .../requestDevice/not-processing-user-gesture.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/radio-not-present.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/reject_opaque_origin.https.html.ini | 3 +++ .../bluetooth/requestDevice/request-from-iframe.https.window.js.ini | 2 ++ .../requestDevice/request-from-sandboxed-iframe.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/same-device.https.window.js.ini | 2 ++ .../meta/bluetooth/requestDevice/sandboxed_iframe.https.window.js.ini | 2 ++ .../requestDevice/single-filter-single-service.https.window.js.ini | 2 ++ 51 files changed, 103 insertions(+) create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/blocklisted-manufacturer-data-in-filter.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-filter.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/data-prefix-and-mask-size.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/dataPrefix-buffer-is-detached.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-dataPrefix.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filter.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filters-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-manufacturerData-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/exclusion-filters-require-filters.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/invalid-companyIdentifier.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/mask-buffer-is-detached.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/same-company-identifier.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/cross-origin-iframe.sub.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/discovery-succeeds.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/doesnt-consume-user-gesture.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/filter-matches.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/le-not-supported.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/manufacturer-data-filter-matches.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/not-processing-user-gesture.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/radio-not-present.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/reject_opaque_origin.https.html.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/request-from-iframe.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/request-from-sandboxed-iframe.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/same-device.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/sandboxed_iframe.https.window.js.ini create mode 100644 testing/web-platform/meta/bluetooth/requestDevice/single-filter-single-service.https.window.js.ini (limited to 'testing/web-platform/meta/bluetooth/requestDevice') diff --git a/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.window.js.ini new file mode 100644 index 0000000000..65b02f7fc1 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-empty-name.https.window.js.ini @@ -0,0 +1,2 @@ +[device-with-empty-name.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.window.js.ini new file mode 100644 index 0000000000..4416536209 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/device-with-name.https.window.js.ini @@ -0,0 +1,2 @@ +[device-with-name.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.window.js.ini new file mode 100644 index 0000000000..85f66dc60a --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-missing.https.window.js.ini @@ -0,0 +1,2 @@ +[optional-services-missing.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.window.js.ini new file mode 100644 index 0000000000..fc84929390 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/acceptAllDevices/optional-services-present.https.window.js.ini @@ -0,0 +1,2 @@ +[optional-services-present.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-manufacturer-data-in-filter.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-manufacturer-data-in-filter.https.window.js.ini new file mode 100644 index 0000000000..a6776ea9ed --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-manufacturer-data-in-filter.https.window.js.ini @@ -0,0 +1,2 @@ +[blocklisted-manufacturer-data-in-filter.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-filter.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-filter.https.window.js.ini new file mode 100644 index 0000000000..47396f6f22 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-filter.https.window.js.ini @@ -0,0 +1,2 @@ +[blocklisted-service-in-filter.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.window.js.ini new file mode 100644 index 0000000000..e2f7e2be29 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/blocklisted-service-in-optionalServices.https.window.js.ini @@ -0,0 +1,2 @@ +[blocklisted-service-in-optionalServices.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/data-prefix-and-mask-size.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/data-prefix-and-mask-size.https.window.js.ini new file mode 100644 index 0000000000..513286c1e6 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/data-prefix-and-mask-size.https.window.js.ini @@ -0,0 +1,2 @@ +[data-prefix-and-mask-size.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/dataPrefix-buffer-is-detached.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/dataPrefix-buffer-is-detached.https.window.js.ini new file mode 100644 index 0000000000..74cb367fe5 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/dataPrefix-buffer-is-detached.https.window.js.ini @@ -0,0 +1,2 @@ +[dataPrefix-buffer-is-detached.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.window.js.ini new file mode 100644 index 0000000000..de68716f2c --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/device-name-longer-than-29-bytes.https.window.js.ini @@ -0,0 +1,2 @@ +[device-name-longer-than-29-bytes.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-dataPrefix.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-dataPrefix.https.window.js.ini new file mode 100644 index 0000000000..72b5c27723 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-dataPrefix.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-dataPrefix.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filter.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filter.https.window.js.ini new file mode 100644 index 0000000000..ccd3d34415 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filter.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-exclusion-filter.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filters-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filters-member.https.window.js.ini new file mode 100644 index 0000000000..5622eeb170 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-exclusion-filters-member.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-exclusion-filters-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.window.js.ini new file mode 100644 index 0000000000..a9043bf987 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filter.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-filter.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.window.js.ini new file mode 100644 index 0000000000..3c3abb815e --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-filters-member.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-filters-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-manufacturerData-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-manufacturerData-member.https.window.js.ini new file mode 100644 index 0000000000..5d2d25a7ce --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-manufacturerData-member.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-manufacturerData-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.window.js.ini new file mode 100644 index 0000000000..f86cfc34bb --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-namePrefix.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-namePrefix.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.window.js.ini new file mode 100644 index 0000000000..e9d46fa672 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/empty-services-member.https.window.js.ini @@ -0,0 +1,2 @@ +[empty-services-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/exclusion-filters-require-filters.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/exclusion-filters-require-filters.https.window.js.ini new file mode 100644 index 0000000000..dd4fd9f460 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/exclusion-filters-require-filters.https.window.js.ini @@ -0,0 +1,2 @@ +[exclusion-filters-require-filters.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.window.js.ini new file mode 100644 index 0000000000..defa4ca33a --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/filters-xor-acceptAllDevices.https.window.js.ini @@ -0,0 +1,2 @@ +[filters-xor-acceptAllDevices.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/invalid-companyIdentifier.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/invalid-companyIdentifier.https.window.js.ini new file mode 100644 index 0000000000..3aad755c12 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/invalid-companyIdentifier.https.window.js.ini @@ -0,0 +1,2 @@ +[invalid-companyIdentifier.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/mask-buffer-is-detached.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/mask-buffer-is-detached.https.window.js.ini new file mode 100644 index 0000000000..6f92872998 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/mask-buffer-is-detached.https.window.js.ini @@ -0,0 +1,2 @@ +[mask-buffer-is-detached.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.window.js.ini new file mode 100644 index 0000000000..e71dd0378f --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name-unicode.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-exceeded-name-unicode.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.window.js.ini new file mode 100644 index 0000000000..4a0868f191 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-name.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-exceeded-name.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.window.js.ini new file mode 100644 index 0000000000..86217d12dc --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix-unicode.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-exceeded-namePrefix-unicode.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.window.js.ini new file mode 100644 index 0000000000..0aa1e36989 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-exceeded-namePrefix.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-exceeded-namePrefix.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.window.js.ini new file mode 100644 index 0000000000..b2b61d9323 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name-unicode.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-name-unicode.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.window.js.ini new file mode 100644 index 0000000000..18e6b86952 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-name.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-name.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.window.js.ini new file mode 100644 index 0000000000..4d8efaf89c --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix-unicode.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-namePrefix-unicode.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.window.js.ini new file mode 100644 index 0000000000..5cb1e8cb4e --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/max-length-namePrefix.https.window.js.ini @@ -0,0 +1,2 @@ +[max-length-namePrefix.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.window.js.ini new file mode 100644 index 0000000000..62836c3d37 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/no-arguments.https.window.js.ini @@ -0,0 +1,2 @@ +[no-arguments.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/same-company-identifier.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/same-company-identifier.https.window.js.ini new file mode 100644 index 0000000000..0335f8c086 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/same-company-identifier.https.window.js.ini @@ -0,0 +1,2 @@ +[same-company-identifier.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.window.js.ini new file mode 100644 index 0000000000..f9349befde --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-name.https.window.js.ini @@ -0,0 +1,2 @@ +[unicode-valid-length-name-name.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.window.js.ini new file mode 100644 index 0000000000..587d001a9c --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/unicode-valid-length-name-namePrefix.https.window.js.ini @@ -0,0 +1,2 @@ +[unicode-valid-length-name-namePrefix.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.window.js.ini new file mode 100644 index 0000000000..62811b6de7 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-optionalServices-member.https.window.js.ini @@ -0,0 +1,2 @@ +[wrong-service-in-optionalServices-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.window.js.ini new file mode 100644 index 0000000000..a939918abe --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/canonicalizeFilter/wrong-service-in-services-member.https.window.js.ini @@ -0,0 +1,2 @@ +[wrong-service-in-services-member.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/cross-origin-iframe.sub.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/cross-origin-iframe.sub.https.window.js.ini new file mode 100644 index 0000000000..e3cb67448a --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/cross-origin-iframe.sub.https.window.js.ini @@ -0,0 +1,2 @@ +[cross-origin-iframe.sub.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/discovery-succeeds.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/discovery-succeeds.https.window.js.ini new file mode 100644 index 0000000000..cef7e804b3 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/discovery-succeeds.https.window.js.ini @@ -0,0 +1,2 @@ +[discovery-succeeds.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/doesnt-consume-user-gesture.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/doesnt-consume-user-gesture.https.window.js.ini new file mode 100644 index 0000000000..5e63f20a89 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/doesnt-consume-user-gesture.https.window.js.ini @@ -0,0 +1,2 @@ +[doesnt-consume-user-gesture.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/filter-matches.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/filter-matches.https.window.js.ini new file mode 100644 index 0000000000..4ecd80360a --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/filter-matches.https.window.js.ini @@ -0,0 +1,2 @@ +[filter-matches.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/le-not-supported.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/le-not-supported.https.window.js.ini new file mode 100644 index 0000000000..a1a69b1f10 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/le-not-supported.https.window.js.ini @@ -0,0 +1,2 @@ +[le-not-supported.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/manufacturer-data-filter-matches.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/manufacturer-data-filter-matches.https.window.js.ini new file mode 100644 index 0000000000..7e4b470960 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/manufacturer-data-filter-matches.https.window.js.ini @@ -0,0 +1,2 @@ +[manufacturer-data-filter-matches.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.window.js.ini new file mode 100644 index 0000000000..dd874780fa --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/name-empty-device-from-name-empty-filter.https.window.js.ini @@ -0,0 +1,2 @@ +[name-empty-device-from-name-empty-filter.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/not-processing-user-gesture.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/not-processing-user-gesture.https.window.js.ini new file mode 100644 index 0000000000..0601c843c9 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/not-processing-user-gesture.https.window.js.ini @@ -0,0 +1,2 @@ +[not-processing-user-gesture.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/radio-not-present.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/radio-not-present.https.window.js.ini new file mode 100644 index 0000000000..0cd60ecfbc --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/radio-not-present.https.window.js.ini @@ -0,0 +1,2 @@ +[radio-not-present.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/reject_opaque_origin.https.html.ini b/testing/web-platform/meta/bluetooth/requestDevice/reject_opaque_origin.https.html.ini new file mode 100644 index 0000000000..6f1df8dc13 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/reject_opaque_origin.https.html.ini @@ -0,0 +1,3 @@ +[reject_opaque_origin.https.html] + [Calls to Bluetooth APIs from an origin with opaque top origin get blocked.] + expected: FAIL diff --git a/testing/web-platform/meta/bluetooth/requestDevice/request-from-iframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/request-from-iframe.https.window.js.ini new file mode 100644 index 0000000000..301b79cf91 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/request-from-iframe.https.window.js.ini @@ -0,0 +1,2 @@ +[request-from-iframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/request-from-sandboxed-iframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/request-from-sandboxed-iframe.https.window.js.ini new file mode 100644 index 0000000000..506200e3a0 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/request-from-sandboxed-iframe.https.window.js.ini @@ -0,0 +1,2 @@ +[request-from-sandboxed-iframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/same-device.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/same-device.https.window.js.ini new file mode 100644 index 0000000000..7971321044 --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/same-device.https.window.js.ini @@ -0,0 +1,2 @@ +[same-device.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/sandboxed_iframe.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/sandboxed_iframe.https.window.js.ini new file mode 100644 index 0000000000..f741f3b83e --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/sandboxed_iframe.https.window.js.ini @@ -0,0 +1,2 @@ +[sandboxed_iframe.https.window.html] + expected: ERROR diff --git a/testing/web-platform/meta/bluetooth/requestDevice/single-filter-single-service.https.window.js.ini b/testing/web-platform/meta/bluetooth/requestDevice/single-filter-single-service.https.window.js.ini new file mode 100644 index 0000000000..02f6960eaa --- /dev/null +++ b/testing/web-platform/meta/bluetooth/requestDevice/single-filter-single-service.https.window.js.ini @@ -0,0 +1,2 @@ +[single-filter-single-service.https.window.html] + expected: ERROR -- cgit v1.2.3