blob: 63a12be1c61d30411e5169319c9717e6c198370c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[RTCDataChannel-send-close.html]
expected:
if os == "android": [CRASH, TIMEOUT]
[TIMEOUT, OK]
[Datachannel should be able to send and receive all string messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Datachannel should be able to send and receive all arraybuffer messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Datachannel should be able to send and receive all blob messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all string messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all arraybuffer messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
[Negotiated datachannel should be able to send and receive all blob messages on close]
expected: [FAIL, TIMEOUT, NOTRUN]
|