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

Side by Side Diff: LayoutTests/http/tests/websocket/bufferedAmount-after-send-expected.txt

Issue 1295723003: Fix a flaky websocket test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « LayoutTests/http/tests/websocket/bufferedAmount-after-send.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 WebSocket bufferedAmount after send 1 WebSocket bufferedAmount after send
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 onopen 6 onopen
7 PASS ws.bufferedAmount is 5 7 PASS ws.bufferedAmount is 5
8 PASS ws.bufferedAmount is 37 8 PASS ws.bufferedAmount is 37
9 PASS ws.bufferedAmount is 42 9 PASS ws.bufferedAmount is 42
10 PASS ws.bufferedAmount is 45 10 PASS ws.bufferedAmount is 45
11 PASS ws.bufferedAmount is 0
12 onclose 11 onclose
13 PASS ws.bufferedAmount is 0 12 PASS ws.bufferedAmount is 0
14 PASS successfullyParsed is true 13 PASS successfullyParsed is true
15 14
16 TEST COMPLETE 15 TEST COMPLETE
17 16
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/websocket/bufferedAmount-after-send.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698