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

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

Issue 1339123002: Remove some usage of testRunner.setPermission. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@notifications-flakyness
Patch Set: review comments Created 5 years, 3 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/send-messages.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.setPermission is defined.
7 PASS navigator.requestMIDIAccess is defined. 6 PASS navigator.requestMIDIAccess is defined.
8 PASS PermissionsHelper.setPermission is defined. 7 PASS PermissionsHelper.setPermission is defined.
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 is defined. 11 PASS promise is defined.
13 PASS promise.then is defined. 12 PASS promise.then is defined.
14 PASS sysex permission request is successfully accepted. 13 PASS sysex permission request is successfully accepted.
15 PASS access is defined. 14 PASS access is defined.
16 PASS access.sysexEnabled is defined. 15 PASS access.sysexEnabled is defined.
17 PASS access.sysexEnabled is true 16 PASS access.sysexEnabled is true
18 PASS all permission request rests pass successfully. 17 PASS all permission request rests pass successfully.
19 PASS successfullyParsed is true 18 PASS successfullyParsed is true
20 19
21 TEST COMPLETE 20 TEST COMPLETE
22 21
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/send-messages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698