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

Unified Diff: LayoutTests/webmidi/requestmidiaccess-expected.txt

Issue 77773003: Make WebMIDI use blink Promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | Source/modules/modules.gypi » ('j') | Source/modules/webmidi/MIDIAccess.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/requestmidiaccess-expected.txt
diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt
index 082a6ac6528294de76d9dfef549b129ba7f666d3..e8c854345b37415d35f4c8ed0c8d0fd6b50f0a7f 100644
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt
@@ -10,6 +10,7 @@ PASS access.outputs().length is 1
PASS input attributes are correct
PASS output attributes are correct
PASS output.send([0xf1, 0x45, 0x7f]) threw exception SecurityError: Failed to execute 'send' on 'MIDIOutput': permission to send system exclusive messages is denied..
+PASS navigator.requestMIDIAccess({sysex: true}).then(successCallback2, errorCallback2) did not throw exception.
Takashi Toyoshima 2013/12/03 10:48:50 Hum... I'm not sure why this line is changed by th
yhirano 2013/12/03 12:14:16 Maybe it's because Blink Promise calls onFulfill /
PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError].
PASS successfullyParsed is true
« no previous file with comments | « no previous file | Source/modules/modules.gypi » ('j') | Source/modules/webmidi/MIDIAccess.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698