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. |
8 PASS promise is defined. | 9 PASS promise is defined. |
9 PASS promise.then is defined. | 10 PASS promise.then is defined. |
10 PASS sysex permission request is successfully rejected. | 11 PASS sysex permission request is successfully rejected. |
| 12 PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exceptio
n. |
11 PASS promise is defined. | 13 PASS promise is defined. |
12 PASS promise.then is defined. | 14 PASS promise.then is defined. |
13 PASS sysex permission request is successfully accepted. | 15 PASS sysex permission request is successfully accepted. |
14 PASS all permission request rests pass successfully. | 16 PASS all permission request rests pass successfully. |
15 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
16 | 18 |
17 TEST COMPLETE | 19 TEST COMPLETE |
18 | 20 |
OLD | NEW |