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 |
+ |