| Index: LayoutTests/webmidi/requestmidiaccess-expected.txt | 
| diff --git a/LayoutTests/webmidi/requestmidiaccess-expected.txt b/LayoutTests/webmidi/requestmidiaccess-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..93aae6b6604f31229d777db56434c73172b6fc2d | 
| --- /dev/null | 
| +++ b/LayoutTests/webmidi/requestmidiaccess-expected.txt | 
| @@ -0,0 +1,17 @@ | 
| +Tests navigator.requestMIDIAccess. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS requestMIDIAccess() succeeded with access [object MIDIAccess]. | 
| +PASS access.inputs().length is 1 | 
| +PASS access.outputs().length is 1 | 
| +PASS input attributes are correct | 
| +PASS output attributes are correct | 
| +PASS requestMIDIAccess() was correctly blocked for System Exclusive access with error [object DOMError]. | 
| +PASS navigator.requestMIDIAccess() did not throw exception. | 
| +PASS navigator.requestMIDIAccess() did not throw exception. | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |