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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/requestmidiaccess.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/permission-expected.txt
diff --git a/LayoutTests/webmidi/permission-expected.txt b/LayoutTests/webmidi/permission-expected.txt
index 5dbb5051a38d1287fe69b50baaf21735e99c7eb0..d6c6c4d801bbdea5803d3ef2843458aa20fc4302 100644
--- a/LayoutTests/webmidi/permission-expected.txt
+++ b/LayoutTests/webmidi/permission-expected.txt
@@ -5,11 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS testRunner.setMIDISysExPermission is defined.
PASS navigator.requestMIDIAccess is defined.
-PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exception.
PASS promise is defined.
PASS promise.then is defined.
PASS sysex permission request is successfully rejected.
-PASS promise = navigator.requestMIDIAccess({sysex: true}) did not throw exception.
PASS promise is defined.
PASS promise.then is defined.
PASS sysex permission request is successfully accepted.
« 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