Index: LayoutTests/webmidi/requestmidiaccess-expected.txt |
diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt |
index 082a6ac6528294de76d9dfef549b129ba7f666d3..e8c854345b37415d35f4c8ed0c8d0fd6b50f0a7f 100644 |
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt |
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt |
@@ -10,6 +10,7 @@ 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 navigator.requestMIDIAccess({sysex: true}).then(successCallback2, errorCallback2) did not throw exception. |
Takashi Toyoshima
2013/12/03 10:48:50
Hum... I'm not sure why this line is changed by th
yhirano
2013/12/03 12:14:16
Maybe it's because Blink Promise calls onFulfill /
|
PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError]. |
PASS successfullyParsed is true |