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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests the legacy MIDI port API support.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS typeof(access.inputs) is "function"
7 PASS typeof(access.outputs) is "function"
8 PASS inputs.length is 1
9 PASS inputs[0].id is "MockInputID"
10 PASS inputs[0].manufacturer is "MockInputManufacturer"
11 PASS inputs[0].name is "MockInputName"
12 PASS inputs[0].version is "MockInputVersion"
13 PASS outputs[0].id is "MockOutputID"
14 PASS outputs[0].manufacturer is "MockOutputManufacturer"
15 PASS outputs[0].name is "MockOutputName"
16 PASS outputs[0].version is "MockOutputVersion"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW
« 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