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

Side by Side Diff: LayoutTests/virtual/stable/http/tests/websocket/alert-in-event-handler-expected.txt

Issue 317843002: Turn on the new WebSocket implementation by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove layout tests of old WebSocket implementation. Created 6 years, 6 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
(Empty)
1 ALERT: waiting for open
2 ALERT: message handled.first message
3 ALERT: message handled.second message
4 Make sure event handler called serially.
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7
8 alert will suspend/resume WebSocket.
9 onopen should fire later.
10 Connected
11 Enter onmessage: first message
12 Leave onmessage: first message
13 Enter onmessage: second message
14 Leave onmessage: second message
15 Closed
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698