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

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

Issue 17619003: Fulfill or reject MIDIAccessPromise from MIDIAccessor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move layout test from fast/webmidi to webmidi Created 7 years, 6 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/requestmidiaccess-basic-expected.txt ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
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
new file mode 100644
index 0000000000000000000000000000000000000000..93aae6b6604f31229d777db56434c73172b6fc2d
--- /dev/null
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt
@@ -0,0 +1,17 @@
+Tests navigator.requestMIDIAccess.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS requestMIDIAccess() succeeded with access [object MIDIAccess].
+PASS access.inputs().length is 1
+PASS access.outputs().length is 1
+PASS input attributes are correct
+PASS output attributes are correct
+PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError].
+PASS navigator.requestMIDIAccess() did not throw exception.
+PASS navigator.requestMIDIAccess() did not throw exception.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess-basic-expected.txt ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698