diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/netinfo/idlharness.any.js.ini | 183 |
1 files changed, 183 insertions, 0 deletions
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 + |