Index: third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt b/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt |
index 5e399a27895c8d70ca8197ea84776dcc086d119c..14b8b2b9909df4f07d3afef09930e66bff1bf2e7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/midi-message-event-constructor-expected.txt |
@@ -14,6 +14,7 @@ PASS new MIDIMessageEvent('eventType', { data: data }).data == '0,0,0,0,0,0,0,0, |
PASS new MIDIMessageEvent('eventType', { bubbles: true, cancelable: true, data: data }).bubbles is true |
PASS new MIDIMessageEvent('eventType', { bubbles: true, cancelable: true, data: data }).cancelable is true |
PASS new MIDIMessageEvent('eventType', { bubbles: true, cancelable: true, data: data }).data == '0,0,0' is true |
+PASS new MIDIMessageEvent('eventType', { data: data }) threw exception TypeError: Failed to construct 'MIDIMessageEvent': The provided ArrayBufferView value must not be shared.. |
PASS successfullyParsed is true |
TEST COMPLETE |