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

Unified Diff: LayoutTests/webmidi/legacy-ports-expected.txt

Issue 518633003: [ABANDONED] [WebMIDI] Support the legacy MIDIAccess port API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@webmidi-input-map
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webmidi/legacy-ports.html ('k') | Source/bindings/modules/v8/custom/V8MIDIAccessCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/legacy-ports-expected.txt
diff --git a/LayoutTests/webmidi/legacy-ports-expected.txt b/LayoutTests/webmidi/legacy-ports-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..46eb0d152f69cd20f2c3b7f73bd6cfe91ef2a0ef
--- /dev/null
+++ b/LayoutTests/webmidi/legacy-ports-expected.txt
@@ -0,0 +1,20 @@
+Tests the legacy MIDI port API support.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS typeof(access.inputs) is "function"
+PASS typeof(access.outputs) is "function"
+PASS inputs.length is 1
+PASS inputs[0].id is "MockInputID"
+PASS inputs[0].manufacturer is "MockInputManufacturer"
+PASS inputs[0].name is "MockInputName"
+PASS inputs[0].version is "MockInputVersion"
+PASS outputs[0].id is "MockOutputID"
+PASS outputs[0].manufacturer is "MockOutputManufacturer"
+PASS outputs[0].name is "MockOutputName"
+PASS outputs[0].version is "MockOutputVersion"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/webmidi/legacy-ports.html ('k') | Source/bindings/modules/v8/custom/V8MIDIAccessCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698