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

Unified Diff: third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt

Issue 2487113002: Web MIDI: fix a regression of r430234 (Closed)
Patch Set: fix a bug that was discussed offline Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt b/third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt
index 46c87e560b781cdda22b66339cde0578e0a75436..22e558bb21d6b8baea33468e1177fbb8172208c6 100644
--- a/third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt
+++ b/third_party/WebKit/LayoutTests/webmidi/open-close-expected.txt
@@ -10,7 +10,7 @@ Check state transition for close on closed state.
PASS port.connection is "closed"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
+PASS callbackport.id is "MockInputID-0"
PASS callbackport.connection is "closed"
- check final state.
PASS port.connection is "closed"
@@ -19,15 +19,15 @@ Check state transition for open on closed state.
PASS port.connection is "closed"
- check port handler.
PASS handler is called with port [object MIDIInput].
-PASS eventport.id is "MockInputID"
+PASS eventport.id is "MockInputID-0"
PASS eventport.connection is "open"
- check access handler.
PASS handler is called with port [object MIDIInput].
-PASS eventport.id is "MockInputID"
+PASS eventport.id is "MockInputID-0"
PASS eventport.connection is "open"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
+PASS callbackport.id is "MockInputID-0"
PASS callbackport.connection is "open"
- check final state.
PASS port.connection is "open"
@@ -36,7 +36,7 @@ Check state transition for open on open state.
PASS port.connection is "open"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
+PASS callbackport.id is "MockInputID-0"
PASS callbackport.connection is "open"
- check final state.
PASS port.connection is "open"
@@ -45,15 +45,15 @@ Check state transition for close on open state.
PASS port.connection is "open"
- check port handler.
PASS handler is called with port [object MIDIInput].
-PASS eventport.id is "MockInputID"
+PASS eventport.id is "MockInputID-0"
PASS eventport.connection is "closed"
- check access handler.
PASS handler is called with port [object MIDIInput].
-PASS eventport.id is "MockInputID"
+PASS eventport.id is "MockInputID-0"
PASS eventport.connection is "closed"
- check callback arguments.
PASS callback is called with port [object MIDIInput].
-PASS callbackport.id is "MockInputID"
+PASS callbackport.id is "MockInputID-0"
PASS callbackport.connection is "closed"
- check final state.
PASS port.connection is "closed"

Powered by Google App Engine
This is Rietveld 408576698