Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt |
index c8387e3551d7d0e846eb8f00faf93cb33d6d17b2..a625818501563f003ea1a2767bf570a64c5bedff 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-datachannel-expected.txt |
@@ -36,6 +36,7 @@ PASS dc_onmessage_dataview was called |
PASS data.byteLength is 10 |
PASS array[0] is 1 |
PASS array[9] is 10 |
+PASS dc.send(new Uint8Array(new SharedArrayBuffer(16))); threw exception TypeError: Failed to execute 'send' on 'RTCDataChannel': The provided ArrayBufferView value must not be shared.. |
PASS dc_onclose was called |
PASS dc.readyState is 'closed' |
PASS successfullyParsed is true |