Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: LayoutTests/platform/mac/http/tests/websocket/close-code-and-reason-expected.txt

Issue 901413004: Auto-rebaseline for r189636 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE WARNING: WebSocket connection to 'ws://127.0.0.1:8880/echo' failed: WebS ocket is closed before the connection is established.
2 Test CloseEvent code and reason property.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 ws.onclose() was called.
8 PASS closeEvent.wasClean is false
9 PASS closeEvent.code is codeAbnormalClosure
10 PASS closeEvent.reason is emptyString
11 FAIL WebSocketTest.ontimeout() was called. (testId = 0)
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698