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

Unified Diff: LayoutTests/webmidi/requestmidiaccess-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: review #14 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
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess.html ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webmidi/requestmidiaccess-expected.txt
diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt
index 1ca1f507d4d04a858509d8a13ce94efdd08ccfe3..7106d07415ca8c8abc6af4a4c85b922598629c49 100644
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt
@@ -13,7 +13,7 @@ PASS input.id is "MockInputID"
PASS input.manufacturer is "MockInputManufacturer"
PASS input.name is "MockInputName"
PASS input.version is "MockInputVersion"
-PASS input.state is "opened"
+PASS input.state is "connected"
PASS input.type is "input"
for (var input of inputs.keys())
PASS inputKey is "MockInputID"
@@ -36,7 +36,7 @@ PASS output.id is "MockOutputID"
PASS output.manufacturer is "MockOutputManufacturer"
PASS output.name is "MockOutputName"
PASS output.version is "MockOutputVersion"
-PASS output.state is "opened"
+PASS output.state is "connected"
PASS output.type is "output"
for (var output of outputs.keys())
PASS outputKey is "MockOutputID"
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess.html ('k') | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698