Index: third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt b/third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt |
index 27b298db0181c121f937a5ea9f380acaea1ed9a5..45be94a8315ca1b00ad3a634fb7dad04df483f8c 100644 |
--- a/third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt |
@@ -40,8 +40,6 @@ PASS output.send([], NaN) threw exception TypeError: Failed to execute 'send' on |
PASS output.send([], Infinity) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The provided double value is non-finite.. |
PASS output.send(new Uint8Array(), NaN) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The provided double value is non-finite.. |
PASS output.send(new Uint8Array(), Infinity) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The provided double value is non-finite.. |
-PASS output.send(new Uint8Array(new SharedArrayBuffer(4))) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The provided ArrayBufferView value must not be shared.. |
-PASS output.send(new Uint8Array(new SharedArrayBuffer(4), 0)) threw exception TypeError: Failed to execute 'send' on 'MIDIOutput': The provided ArrayBufferView value must not be shared.. |
PASS successfullyParsed is true |
TEST COMPLETE |