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