| Index: third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer-expected.txt b/third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9f369948e87e78a7ab0dc9eaecfacdee95cab8b4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/xmlhttprequest/xmlhttprequest-send-sharedarraybuffer-expected.txt
|
| @@ -0,0 +1,9 @@
|
| +This test checks if sending a SharedArrayBuffer throws an exception
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +PASS xhr.send(new Uint8Array(new SharedArrayBuffer(10))) threw exception TypeError: Failed to execute 'send' on 'XMLHttpRequest': parameter 1 is a view of a SharedArrayBuffer..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|