diff options
Diffstat (limited to 'testing/web-platform/meta/serial/serialPort_getSignals.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/serial/serialPort_getSignals.https.any.js.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/meta/serial/serialPort_getSignals.https.any.js.ini b/testing/web-platform/meta/serial/serialPort_getSignals.https.any.js.ini new file mode 100644 index 0000000000..87609ce968 --- /dev/null +++ b/testing/web-platform/meta/serial/serialPort_getSignals.https.any.js.ini @@ -0,0 +1,21 @@ +[serialPort_getSignals.https.any.html] + [getSignals() rejects on failure] + expected: FAIL + + [getSignals() returns the current state of input control signals] + expected: FAIL + + [getSignals() rejects if the port is not open] + expected: FAIL + + +[serialPort_getSignals.https.any.worker.html] + [getSignals() rejects on failure] + expected: FAIL + + [getSignals() returns the current state of input control signals] + expected: FAIL + + [getSignals() rejects if the port is not open] + expected: FAIL + |