| 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"
|
|
|