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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/websocket/bufferedAmount-after-close-in-busy-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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
OLDNEW
1 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 1 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
2 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 2 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
3 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 3 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
4 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 4 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
5 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 5 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
6 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 6 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
7 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 7 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
8 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 8 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
9 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 9 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
10 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 10 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
11 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 11 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
12 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 12 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
13 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 13 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
14 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 14 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
15 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 15 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
16 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 16 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
17 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 17 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
18 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 18 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
19 CONSOLE ERROR: WebSocket is already in CLOSING or CLOSED state. 19 CONSOLE ERROR: line 1: WebSocket is already in CLOSING or CLOSED state.
20 WebSocket bufferedAmount after closed in busy 20 WebSocket bufferedAmount after closed in busy
21 21
22 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 22 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
23 23
24 Connected. 24 Connected.
25 PASS bufferedAmountBeforeClose + closeFrameSize >= bufferedAmountAfterClose is t rue 25 PASS bufferedAmountBeforeClose + closeFrameSize >= bufferedAmountAfterClose is t rue
26 Closed. 26 Closed.
27 PASS ws.readyState is 3 27 PASS ws.readyState is 3
28 PASS ws.bufferedAmount <= bufferedAmountAfterClose is true 28 PASS ws.bufferedAmount <= bufferedAmountAfterClose is true
29 Testing send(string)... 29 Testing send(string)...
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 PASS ws.send(messageToSend) is undefined. 64 PASS ws.send(messageToSend) is undefined.
65 PASS bufferedAmountDifference is 126 65 PASS bufferedAmountDifference is 126
66 PASS ws.send(messageToSend) is undefined. 66 PASS ws.send(messageToSend) is undefined.
67 PASS bufferedAmountDifference is 65535 67 PASS bufferedAmountDifference is 65535
68 PASS ws.send(messageToSend) is undefined. 68 PASS ws.send(messageToSend) is undefined.
69 PASS bufferedAmountDifference is 65536 69 PASS bufferedAmountDifference is 65536
70 PASS successfullyParsed is true 70 PASS successfullyParsed is true
71 71
72 TEST COMPLETE 72 TEST COMPLETE
73 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698