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

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

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

Powered by Google App Engine
This is Rietveld 408576698