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

Unified Diff: LayoutTests/webmidi/open_close-expected.txt

Issue 1041213004: Web MIDI API: update open() and close() implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@midi_wd
Patch Set: done Created 5 years, 9 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/open_close.html ('k') | Source/modules/webmidi/MIDIPort.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/open_close-expected.txt
diff --git a/LayoutTests/webmidi/open_close-expected.txt b/LayoutTests/webmidi/open_close-expected.txt
index a72d5578a3d2f476f70a67bbc6ef4e374527aa2b..56337609a98edcebb3f51dc79bb82288fd700c01 100644
--- a/LayoutTests/webmidi/open_close-expected.txt
+++ b/LayoutTests/webmidi/open_close-expected.txt
@@ -16,7 +16,11 @@ PASS port.connection is "closed"
Check state transition for open on closed state.
- check initial state.
PASS port.connection is "closed"
-- check handler port.
+- check port handler.
+PASS handler is called with port [object MIDIInput].
+PASS eventport.id is "MockInputID"
+PASS eventport.connection is "open"
+- check access handler.
PASS handler is called with port [object MIDIInput].
PASS eventport.id is "MockInputID"
PASS eventport.connection is "open"
@@ -38,7 +42,11 @@ PASS port.connection is "open"
Check state transition for close on open state.
- check initial state.
PASS port.connection is "open"
-- check handler port.
+- check port handler.
+PASS handler is called with port [object MIDIInput].
+PASS eventport.id is "MockInputID"
+PASS eventport.connection is "closed"
+- check access handler.
PASS handler is called with port [object MIDIInput].
PASS eventport.id is "MockInputID"
PASS eventport.connection is "closed"
« no previous file with comments | « LayoutTests/webmidi/open_close.html ('k') | Source/modules/webmidi/MIDIPort.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698