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

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

Issue 942153004: Web MIDI: Add MIDIPortState state attribute to MIDIPort (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/MIDIPort.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 1139d804709ce3712c04bd00c58067726efea219..1ca1f507d4d04a858509d8a13ce94efdd08ccfe3 100644
--- a/LayoutTests/webmidi/requestmidiaccess-expected.txt
+++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt
@@ -13,6 +13,8 @@ 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.type is "input"
for (var input of inputs.keys())
PASS inputKey is "MockInputID"
for (var input of inputs.entries())
@@ -34,6 +36,8 @@ 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.type is "output"
for (var output of outputs.keys())
PASS outputKey is "MockOutputID"
for (var output of outputs.entries())
« no previous file with comments | « LayoutTests/webmidi/requestmidiaccess.html ('k') | Source/modules/webmidi/MIDIPort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698