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

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

Issue 1043863002: Web MIDI: final IDL updates to conform the latest WD for shipping (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TODO: ActiveDOMObject 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/MIDIAccess.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 ad64aba12d29f9f9f69a1ad4a94962e76ce607b4..a72d5578a3d2f476f70a67bbc6ef4e374527aa2b 100644
--- a/LayoutTests/webmidi/open_close-expected.txt
+++ b/LayoutTests/webmidi/open_close-expected.txt
@@ -4,50 +4,50 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS requestMIDIAccess() succeeded with access [object MIDIAccess].
-Check state transition for close on connected state.
+Check state transition for close on closed state.
- check initial state.
-PASS port.state is "connected"
+PASS port.connection is "closed"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
PASS callbackport.id is "MockInputID"
-PASS callbackport.state is "connected"
+PASS callbackport.connection is "closed"
- check final state.
-PASS port.state is "connected"
-Check state transition for open on connected state.
+PASS port.connection is "closed"
+Check state transition for open on closed state.
- check initial state.
-PASS port.state is "connected"
+PASS port.connection is "closed"
- check handler port.
PASS handler is called with port [object MIDIInput].
PASS eventport.id is "MockInputID"
-PASS eventport.state is "opened"
+PASS eventport.connection is "open"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
PASS callbackport.id is "MockInputID"
-PASS callbackport.state is "opened"
+PASS callbackport.connection is "open"
- check final state.
-PASS port.state is "opened"
-Check state transition for open on opened state.
+PASS port.connection is "open"
+Check state transition for open on open state.
- check initial state.
-PASS port.state is "opened"
+PASS port.connection is "open"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
PASS callbackport.id is "MockInputID"
-PASS callbackport.state is "opened"
+PASS callbackport.connection is "open"
- check final state.
-PASS port.state is "opened"
-Check state transition for close on opened state.
+PASS port.connection is "open"
+Check state transition for close on open state.
- check initial state.
-PASS port.state is "opened"
+PASS port.connection is "open"
- check handler port.
PASS handler is called with port [object MIDIInput].
PASS eventport.id is "MockInputID"
-PASS eventport.state is "connected"
+PASS eventport.connection is "closed"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
PASS callbackport.id is "MockInputID"
-PASS callbackport.state is "connected"
+PASS callbackport.connection is "closed"
- check final state.
-PASS port.state is "connected"
+PASS port.connection is "closed"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webmidi/open_close.html ('k') | Source/modules/webmidi/MIDIAccess.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698