| OLD | NEW |
| 1 Test if midimessage event handler work. | 1 Test if midimessage event handler work. |
| 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.setPermission is defined. | |
| 7 PASS navigator.requestMIDIAccess is defined. | 6 PASS navigator.requestMIDIAccess is defined. |
| 8 running test with useAddEventListener = false | 7 running test with useAddEventListener = false |
| 9 receiving data 0: 128,0,0 | 8 receiving data 0: 128,0,0 |
| 10 PASS actual is expected | 9 PASS actual is expected |
| 11 receiving data 1: 144,0,0 | 10 receiving data 1: 144,0,0 |
| 12 PASS actual is expected | 11 PASS actual is expected |
| 13 receiving data 2: 160,0,0 | 12 receiving data 2: 160,0,0 |
| 14 PASS actual is expected | 13 PASS actual is expected |
| 15 receiving data 3: 176,0,0 | 14 receiving data 3: 176,0,0 |
| 16 PASS actual is expected | 15 PASS actual is expected |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 receiving data 12: 255 | 63 receiving data 12: 255 |
| 65 PASS actual is expected | 64 PASS actual is expected |
| 66 receiving data 13: 240,0,1,2,3,247 | 65 receiving data 13: 240,0,1,2,3,247 |
| 67 PASS actual is expected | 66 PASS actual is expected |
| 68 receiving data 14: 240,248,247 | 67 receiving data 14: 240,248,247 |
| 69 PASS actual is expected | 68 PASS actual is expected |
| 70 PASS successfullyParsed is true | 69 PASS successfullyParsed is true |
| 71 | 70 |
| 72 TEST COMPLETE | 71 TEST COMPLETE |
| 73 | 72 |
| OLD | NEW |