OLD | NEW |
| (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 | |
OLD | NEW |