Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Side by Side Diff: LayoutTests/webmidi/permission-expected.txt

Issue 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/requestmidiaccess.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/requestmidiaccess.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698