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/serial/idlharness.https.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/serial/idlharness.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/serial/idlharness.https.any.js.ini | 209 |
1 files changed, 209 insertions, 0 deletions
diff --git a/testing/web-platform/meta/serial/idlharness.https.any.js.ini b/testing/web-platform/meta/serial/idlharness.https.any.js.ini new file mode 100644 index 0000000000..0840b8c9ab --- /dev/null +++ b/testing/web-platform/meta/serial/idlharness.https.any.js.ini @@ -0,0 +1,209 @@ +[idlharness.https.any.html] + [Serial must be primary interface of navigator.serial] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object] + expected: FAIL + + [Serial interface: attribute onconnect] + expected: FAIL + + [Serial interface: attribute ondisconnect] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object] + expected: FAIL + + [Serial interface: existence and properties of interface object] + expected: FAIL + + [Serial interface: operation getPorts()] + expected: FAIL + + [Serial interface object name] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "ondisconnect" with the proper type] + expected: FAIL + + [SerialPort interface: existence and properties of interface object] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SerialPort interface object length] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "getPorts()" with the proper type] + expected: FAIL + + [SerialPort interface: operation getInfo()] + expected: FAIL + + [Navigator interface: attribute serial] + expected: FAIL + + [Navigator interface: navigator must inherit property "serial" with the proper type] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "onconnect" with the proper type] + expected: FAIL + + [Serial interface object length] + expected: FAIL + + [Stringification of navigator.serial] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SerialPort interface object name] + expected: FAIL + + [SerialPort interface: operation getSignals()] + expected: FAIL + + [Serial interface: calling requestPort(optional SerialPortRequestOptions) on navigator.serial with too few arguments must throw TypeError] + expected: FAIL + + [SerialPort interface: attribute onconnect] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "requestPort(optional SerialPortRequestOptions)" with the proper type] + expected: FAIL + + [SerialPort interface: attribute readable] + expected: FAIL + + [SerialPort interface: operation open(SerialOptions)] + expected: FAIL + + [SerialPort interface: operation close()] + expected: FAIL + + [SerialPort interface: attribute ondisconnect] + expected: FAIL + + [Serial interface: operation requestPort(optional SerialPortRequestOptions)] + expected: FAIL + + [SerialPort interface: attribute writable] + expected: FAIL + + [SerialPort interface: operation setSignals(optional SerialOutputSignals)] + expected: FAIL + + [SerialPort interface: operation forget()] + expected: FAIL + + +[idlharness.https.any.worker.html] + [Serial must be primary interface of navigator.serial] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object] + expected: FAIL + + [Serial interface: attribute onconnect] + expected: FAIL + + [Serial interface: attribute ondisconnect] + expected: FAIL + + [WorkerNavigator interface: attribute serial] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object] + expected: FAIL + + [Serial interface: existence and properties of interface object] + expected: FAIL + + [Serial interface: operation getPorts()] + expected: FAIL + + [Serial interface object name] + expected: FAIL + + [Serial interface: navigator.serial must not have property "requestPort"] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [Serial interface: member requestPort] + expected: FAIL + + [SerialPort interface: existence and properties of interface object] + expected: FAIL + + [WorkerNavigator interface: navigator must inherit property "serial" with the proper type] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "ondisconnect" with the proper type] + expected: FAIL + + [SerialPort interface object length] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "getPorts()" with the proper type] + expected: FAIL + + [SerialPort interface: operation getInfo()] + expected: FAIL + + [Serial interface: navigator.serial must inherit property "onconnect" with the proper type] + expected: FAIL + + [Serial interface object length] + expected: FAIL + + [SerialPort interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [Stringification of navigator.serial] + expected: FAIL + + [Serial interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SerialPort interface object name] + expected: FAIL + + [SerialPort interface: operation getSignals()] + expected: FAIL + + [SerialPort interface: attribute onconnect] + expected: FAIL + + [SerialPort interface: attribute readable] + expected: FAIL + + [SerialPort interface: operation open(SerialOptions)] + expected: FAIL + + [SerialPort interface: operation close()] + expected: FAIL + + [SerialPort interface: attribute ondisconnect] + expected: FAIL + + [SerialPort interface: attribute writable] + expected: FAIL + + [SerialPort interface: operation setSignals(optional SerialOutputSignals)] + expected: FAIL + + [SerialPort interface: operation forget()] + expected: FAIL |