925c25c2de79705d31a7554d043f1d1feb375500
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webmidi / requestmidiaccess-expected.txt
1 Tests navigator.requestMIDIAccess.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS requestMIDIAccess() succeeded with access [object MIDIAccess].
7 PASS access.inputs().length is 1
8 PASS access.outputs().length is 1
9 PASS access.sysexEnabled is defined.
10 PASS access.sysexEnabled is false
11 PASS input attributes are correct
12 PASS output attributes are correct
13 PASS a note on message is sent without timestamp
14 PASS a note on message is sent with timestamp
15 PASS output.send([0xfff, 0x45, 0x7f]) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The value at index 0 (4095) is greater than 0xFF..
16 PASS output.send([0xf0, 0x45, 0xf7]) threw exception InvalidAccessError: Failed to execute 'send' on 'MIDIOutput': System exclusive message is not allowed at index 0 (240)..
17 PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError].
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21