Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / close-reason-too-long-expected.txt
blobf21f78260de9cae890ffebba9f8b399402f3d048
1 Checks whether SyntaxError is thrown when attempting to send too long reason.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 Connected.
6 PASS SyntaxError was thrown: SyntaxError: Failed to execute 'close' on 'WebSocket': The message must not be greater than 123 bytes.
7 PASS successfullyParsed is true
9 TEST COMPLETE