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

Unified Diff: third_party/WebKit/LayoutTests/webmidi/implicit-open-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/implicit-open-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webmidi/implicit-open-expected.txt b/third_party/WebKit/LayoutTests/webmidi/implicit-open-expected.txt
index dbb39c636289ad17a51032742e0317407416af09..02b605343a6327f37451085743d34cf9eb2d4962 100644
--- a/third_party/WebKit/LayoutTests/webmidi/implicit-open-expected.txt
+++ b/third_party/WebKit/LayoutTests/webmidi/implicit-open-expected.txt
@@ -10,11 +10,11 @@ Check state transition for setonmidimessage 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 final state.
PASS port.connection is "open"
@@ -24,11 +24,11 @@ Check state transition for addeventlistener 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 final state.
PASS port.connection is "open"
@@ -37,11 +37,11 @@ Check state transition for send on closed state.
PASS port.connection is "closed"
- check port handler.
PASS handler is called with port [object MIDIOutput].
-PASS eventport.id is "MockOutputID"
+PASS eventport.id is "MockOutputID-0"
PASS eventport.connection is "open"
- check access handler.
PASS handler is called with port [object MIDIOutput].
-PASS eventport.id is "MockOutputID"
+PASS eventport.id is "MockOutputID-0"
PASS eventport.connection is "open"
- check final state.
PASS port.connection is "open"

Powered by Google App Engine
This is Rietveld 408576698