summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/netinfo
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/netinfo
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/netinfo')
-rw-r--r--testing/web-platform/meta/netinfo/__dir__.ini1
-rw-r--r--testing/web-platform/meta/netinfo/idlharness.any.js.ini183
-rw-r--r--testing/web-platform/meta/netinfo/netinfo-basics.html.ini21
3 files changed, 205 insertions, 0 deletions
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
+