Index: LayoutTests/webmidi/requestmidiaccess-expected.txt |
diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt |
index 93aae6b6604f31229d777db56434c73172b6fc2d..73d56c30257e9c510e0a62ea975bd4ecc42dc4c4 100644 |
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt |
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt |
@@ -8,6 +8,7 @@ PASS access.inputs().length is 1 |
PASS access.outputs().length is 1 |
PASS input attributes are correct |
PASS output attributes are correct |
+PASS output.send([0xf1, 0x45, 0x7f]) threw exception SecurityError: Failed to execute 'send' on 'MIDIOutput': permission to send system exclusive messages is denied.. |
PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError]. |
PASS navigator.requestMIDIAccess() did not throw exception. |
PASS navigator.requestMIDIAccess() did not throw exception. |