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

Side by Side Diff: LayoutTests/webmidi/open-close-expected.txt

Issue 1051903002: Web MIDI: implement implicit open() on send() and setOnmidimessage() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: kouhei review Created 5 years, 8 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
« no previous file with comments | « LayoutTests/webmidi/open-close.html ('k') | LayoutTests/webmidi/open_close.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests MIDIPort.open and MIDIPort.close. 1 Tests MIDIPort.open and MIDIPort.close.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS requestMIDIAccess() succeeded with access [object MIDIAccess]. 6 PASS requestMIDIAccess() succeeded with access [object MIDIAccess].
7 Check state transition for close on closed state. 7 Check state transition for close on closed state.
8 - check initial state. 8 - check initial state.
9 PASS port.connection is "closed" 9 PASS port.connection is "closed"
10 - check callback arguments. 10 - check callback arguments.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 - check callback arguments. 53 - check callback arguments.
54 PASS callback is called with port [object MIDIInput]. 54 PASS callback is called with port [object MIDIInput].
55 PASS callbackport.id is "MockInputID" 55 PASS callbackport.id is "MockInputID"
56 PASS callbackport.connection is "closed" 56 PASS callbackport.connection is "closed"
57 - check final state. 57 - check final state.
58 PASS port.connection is "closed" 58 PASS port.connection is "closed"
59 PASS successfullyParsed is true 59 PASS successfullyParsed is true
60 60
61 TEST COMPLETE 61 TEST COMPLETE
62 62
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/open-close.html ('k') | LayoutTests/webmidi/open_close.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698