OLD | NEW |
1 Test if sysex permission request is handled. | 1 Test if sysex permission request is handled. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testRunner.setMIDISysExPermission is defined. | 6 PASS testRunner.setMIDISysExPermission is defined. |
7 PASS navigator.requestMIDIAccess is defined. | 7 PASS navigator.requestMIDIAccess is defined. |
8 PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exceptio
n. | |
9 PASS promise is defined. | 8 PASS promise is defined. |
10 PASS promise.then is defined. | 9 PASS promise.then is defined. |
11 PASS sysex permission request is successfully rejected. | 10 PASS sysex permission request is successfully rejected. |
12 PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exceptio
n. | |
13 PASS promise is defined. | 11 PASS promise is defined. |
14 PASS promise.then is defined. | 12 PASS promise.then is defined. |
15 PASS sysex permission request is successfully accepted. | 13 PASS sysex permission request is successfully accepted. |
16 PASS all permission request rests pass successfully. | 14 PASS all permission request rests pass successfully. |
17 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
18 | 16 |
19 TEST COMPLETE | 17 TEST COMPLETE |
20 | 18 |
OLD | NEW |