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

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

Issue 962523005: Web MIDI: add open() and close() to MIDIPort (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: cast and win build fix Created 5 years, 10 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
Index: LayoutTests/webmidi/open_close-expected.txt
diff --git a/LayoutTests/webmidi/open_close-expected.txt b/LayoutTests/webmidi/open_close-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..53a98bf5265eefa0137adddc1d5fb748617a6b8c
--- /dev/null
+++ b/LayoutTests/webmidi/open_close-expected.txt
@@ -0,0 +1,17 @@
+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].
+PASS port.state is "connected"
+PASS port.state is "connected"
+PASS eventPort.state is "opened"
+PASS port.state is "opened"
+PASS port.state is "opened"
+PASS eventPort.state is "connected"
+PASS port.state is "connected"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698