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

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

Issue 1309873002: Refactor webmidi tests to get rid of flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@permissions-fix
Patch Set: Fix indentation Created 5 years, 4 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') | no next file » | 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. 6 PASS testRunner.setPermission is defined.
7 PASS navigator.requestMIDIAccess is defined. 7 PASS navigator.requestMIDIAccess is defined.
8 PASS PermissionsHelper.setPermission is defined.
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.
11 PASS promise is defined. 12 PASS promise is defined.
12 PASS promise.then is defined. 13 PASS promise.then is defined.
13 PASS sysex permission request is successfully accepted. 14 PASS sysex permission request is successfully accepted.
14 PASS access is defined. 15 PASS access is defined.
15 PASS access.sysexEnabled is defined. 16 PASS access.sysexEnabled is defined.
16 PASS access.sysexEnabled is true 17 PASS access.sysexEnabled is true
17 PASS all permission request rests pass successfully. 18 PASS all permission request rests pass successfully.
18 PASS successfullyParsed is true 19 PASS successfullyParsed is true
19 20
20 TEST COMPLETE 21 TEST COMPLETE
21 22
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698