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/ua-client-hints | |
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/ua-client-hints')
-rw-r--r-- | testing/web-platform/meta/ua-client-hints/idlharness.https.any.js.ini | 135 | ||||
-rw-r--r-- | testing/web-platform/meta/ua-client-hints/useragentdata.https.any.js.ini | 24 |
2 files changed, 159 insertions, 0 deletions
diff --git a/testing/web-platform/meta/ua-client-hints/idlharness.https.any.js.ini b/testing/web-platform/meta/ua-client-hints/idlharness.https.any.js.ini new file mode 100644 index 0000000000..7e9edf457c --- /dev/null +++ b/testing/web-platform/meta/ua-client-hints/idlharness.https.any.js.ini @@ -0,0 +1,135 @@ +[idlharness.https.any.html] + [NavigatorUAData interface object name] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object] + expected: FAIL + + [NavigatorUAData interface: attribute brands] + expected: FAIL + + [Navigator interface: navigator must inherit property "userAgentData" with the proper type] + expected: FAIL + + [NavigatorUAData interface: calling getHighEntropyValues(sequence<DOMString>) on navigator.userAgentData with too few arguments must throw TypeError] + expected: FAIL + + [Stringification of navigator.userAgentData] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "getHighEntropyValues(sequence<DOMString>)" with the proper type] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface object] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "mobile" with the proper type] + expected: FAIL + + [NavigatorUAData must be primary interface of navigator.userAgentData] + expected: FAIL + + [NavigatorUAData interface object length] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "brands" with the proper type] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NavigatorUAData interface: operation getHighEntropyValues(sequence<DOMString>)] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [Navigator interface: attribute userAgentData] + expected: FAIL + + [NavigatorUAData interface: attribute mobile] + expected: FAIL + + [NavigatorUAData interface: attribute platform] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "platform" with the proper type] + expected: FAIL + + [NavigatorUAData interface: operation toJSON()] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "toJSON()" with the proper type] + expected: FAIL + + [NavigatorUAData interface: toJSON operation on navigator.userAgentData] + expected: FAIL + + +[idlharness.https.any.worker.html] + [NavigatorUAData interface object name] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "userAgentData" with the proper type] + expected: FAIL + + [NavigatorUAData interface: attribute brands] + expected: FAIL + + [NavigatorUAData interface: calling getHighEntropyValues(sequence<DOMString>) on navigator.userAgentData with too few arguments must throw TypeError] + expected: FAIL + + [WorkerNavigator interface: attribute userAgentData] + expected: FAIL + + [Stringification of navigator.userAgentData] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "getHighEntropyValues(sequence<DOMString>)" with the proper type] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface object] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "mobile" with the proper type] + expected: FAIL + + [NavigatorUAData must be primary interface of navigator.userAgentData] + expected: FAIL + + [NavigatorUAData interface object length] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "brands" with the proper type] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NavigatorUAData interface: operation getHighEntropyValues(sequence<DOMString>)] + expected: FAIL + + [NavigatorUAData interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [NavigatorUAData interface: attribute mobile] + expected: FAIL + + [NavigatorUAData interface: attribute platform] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "platform" with the proper type] + expected: FAIL + + [NavigatorUAData interface: operation toJSON()] + expected: FAIL + + [NavigatorUAData interface: navigator.userAgentData must inherit property "toJSON()" with the proper type] + expected: FAIL + + [NavigatorUAData interface: toJSON operation on navigator.userAgentData] + expected: FAIL + diff --git a/testing/web-platform/meta/ua-client-hints/useragentdata.https.any.js.ini b/testing/web-platform/meta/ua-client-hints/useragentdata.https.any.js.ini new file mode 100644 index 0000000000..33d84ba3d3 --- /dev/null +++ b/testing/web-platform/meta/ua-client-hints/useragentdata.https.any.js.ini @@ -0,0 +1,24 @@ +[useragentdata.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [tests for navigator.userAgentData] + expected: FAIL + + [test NavigatorUAData.toJSON() output] + expected: FAIL + + [Arch should be one of two permitted values.] + expected: FAIL + + +[useragentdata.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [tests for navigator.userAgentData] + expected: FAIL + + [test NavigatorUAData.toJSON() output] + expected: FAIL + + [Arch should be one of two permitted values.] + expected: FAIL |