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