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/meta/netinfo/__dir__.ini | 1 + .../meta/netinfo/idlharness.any.js.ini | 183 +++++++++++++++++++++ .../meta/netinfo/netinfo-basics.html.ini | 21 +++ 3 files changed, 205 insertions(+) create mode 100644 testing/web-platform/meta/netinfo/__dir__.ini create mode 100644 testing/web-platform/meta/netinfo/idlharness.any.js.ini create mode 100644 testing/web-platform/meta/netinfo/netinfo-basics.html.ini (limited to 'testing/web-platform/meta/netinfo') diff --git a/testing/web-platform/meta/netinfo/__dir__.ini b/testing/web-platform/meta/netinfo/__dir__.ini new file mode 100644 index 0000000000..72bd1d3fe1 --- /dev/null +++ b/testing/web-platform/meta/netinfo/__dir__.ini @@ -0,0 +1 @@ +implementation-status: not-implementing diff --git a/testing/web-platform/meta/netinfo/idlharness.any.js.ini b/testing/web-platform/meta/netinfo/idlharness.any.js.ini new file mode 100644 index 0000000000..2fb39d0f8f --- /dev/null +++ b/testing/web-platform/meta/netinfo/idlharness.any.js.ini @@ -0,0 +1,183 @@ +[idlharness.any.html] + [NetworkInformation interface: existence and properties of interface object] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface object length] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface object name] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object's "constructor" property] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object's @@unscopables property] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: attribute type] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: attribute effectiveType] + expected: FAIL + + [NetworkInformation interface: attribute downlinkMax] + expected: FAIL + + [NetworkInformation interface: attribute downlink] + expected: FAIL + + [NetworkInformation interface: attribute rtt] + expected: FAIL + + [NetworkInformation interface: attribute onchange] + expected: FAIL + + [NetworkInformation must be primary interface of navigator.connection] + expected: + if os == "android": PASS + FAIL + + [Stringification of navigator.connection] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: navigator.connection must inherit property "type" with the proper type] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: navigator.connection must inherit property "effectiveType" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "downlinkMax" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "downlink" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "rtt" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "onchange" with the proper type] + expected: FAIL + + [Navigator interface: attribute connection] + expected: + if os == "android": PASS + FAIL + + [Navigator interface: navigator must inherit property "connection" with the proper type] + expected: + if os == "android": PASS + FAIL + + +[idlharness.any.worker.html] + [NetworkInformation interface: existence and properties of interface object] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface object length] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface object name] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object's "constructor" property] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: existence and properties of interface prototype object's @@unscopables property] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: attribute type] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: attribute effectiveType] + expected: FAIL + + [NetworkInformation interface: attribute downlinkMax] + expected: FAIL + + [NetworkInformation interface: attribute downlink] + expected: FAIL + + [NetworkInformation interface: attribute rtt] + expected: FAIL + + [NetworkInformation interface: attribute onchange] + expected: FAIL + + [NetworkInformation must be primary interface of navigator.connection] + expected: + if os == "android": PASS + FAIL + + [Stringification of navigator.connection] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: navigator.connection must inherit property "type" with the proper type] + expected: + if os == "android": PASS + FAIL + + [NetworkInformation interface: navigator.connection must inherit property "effectiveType" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "downlinkMax" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "downlink" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "rtt" with the proper type] + expected: FAIL + + [NetworkInformation interface: navigator.connection must inherit property "onchange" with the proper type] + expected: FAIL + + [WorkerNavigator interface: attribute connection] + expected: + if os == "android": PASS + FAIL + + [WorkerNavigator interface: navigator must inherit property "connection" with the proper type] + expected: + if os == "android": PASS + FAIL + diff --git a/testing/web-platform/meta/netinfo/netinfo-basics.html.ini b/testing/web-platform/meta/netinfo/netinfo-basics.html.ini new file mode 100644 index 0000000000..eae4471087 --- /dev/null +++ b/testing/web-platform/meta/netinfo/netinfo-basics.html.ini @@ -0,0 +1,21 @@ +[netinfo-basics.html] + [type attribute] + expected: + if os == "android": PASS + FAIL + + [downlinkMax attribute] + expected: FAIL + + [effectiveType attribute] + expected: FAIL + + [rtt attribute] + expected: FAIL + + [downlink attribute] + expected: FAIL + + [saveData attribute] + expected: FAIL + -- cgit v1.2.3