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

Side by Side Diff: LayoutTests/webmidi/implicit-open-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/implicit-open.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
(Empty)
1 Tests MIDIPort implicit open.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS requestMIDIAccess() succeeded with access [object MIDIAccess].
7 Check state transition for setonmidimessage on closed state.
8 - check initial state.
9 PASS port.connection is "closed"
10 - check port handler.
11 PASS handler is called with port [object MIDIInput].
12 PASS eventport.id is "MockInputID"
13 PASS eventport.connection is "open"
14 - check access handler.
15 PASS handler is called with port [object MIDIInput].
16 PASS eventport.id is "MockInputID"
17 PASS eventport.connection is "open"
18 - check final state.
19 PASS port.connection is "open"
20 Check state transition for send on closed state.
21 - check initial state.
22 PASS port.connection is "closed"
23 - check port handler.
24 PASS handler is called with port [object MIDIOutput].
25 PASS eventport.id is "MockOutputID"
26 PASS eventport.connection is "open"
27 - check access handler.
28 PASS handler is called with port [object MIDIOutput].
29 PASS eventport.id is "MockOutputID"
30 PASS eventport.connection is "open"
31 - check final state.
32 PASS port.connection is "open"
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/implicit-open.html ('k') | LayoutTests/webmidi/open-close.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698