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

Unified 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, 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') | LayoutTests/webmidi/send-messages.html » ('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
deleted file mode 100644
index 56337609a98edcebb3f51dc79bb82288fd700c01..0000000000000000000000000000000000000000
--- a/LayoutTests/webmidi/open_close-expected.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-Tests MIDIPort.open and MIDIPort.close.
-
-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 closed state.
-- check initial state.
-PASS port.connection is "closed"
-- check callback arguments.
-PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
-PASS callbackport.connection is "closed"
-- check final state.
-PASS port.connection is "closed"
-Check state transition for open on closed state.
-- check initial state.
-PASS port.connection is "closed"
-- 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"
-- check callback arguments.
-PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
-PASS callbackport.connection is "open"
-- check final state.
-PASS port.connection is "open"
-Check state transition for open on open state.
-- check initial state.
-PASS port.connection is "open"
-- check callback arguments.
-PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
-PASS callbackport.connection is "open"
-- check final state.
-PASS port.connection is "open"
-Check state transition for close on open state.
-- check initial state.
-PASS port.connection is "open"
-- 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"
-- check callback arguments.
-PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
-PASS callbackport.connection is "closed"
-- check final state.
-PASS port.connection is "closed"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/webmidi/open_close.html ('k') | LayoutTests/webmidi/send-messages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698