diff options
Diffstat (limited to 'testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini')
-rw-r--r-- | testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini b/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini new file mode 100644 index 0000000000..d61e8b274a --- /dev/null +++ b/testing/web-platform/meta/webrtc/RTCDataChannel-close.html.ini @@ -0,0 +1,32 @@ +[RTCDataChannel-close.html] + [Close datachannel causes onclosing and onclose to be called] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL + + [Close datachannel causes closing and close event to be called] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1641026 + expected: FAIL + + [Close peerconnection causes close event and error to be called on datachannel] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL + + [Close negotiated datachannel causes closing and close event to be called] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1641026 + expected: FAIL + + [Close negotiated datachannel causes onclosing and onclose to be called] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL + + [Close peerconnection causes close event and error to be called on negotiated datachannel] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL + + [Close peerconnection causes close event and error on many channels, negotiated datachannel] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL + + [Close peerconnection causes close event and error on many channels, datachannel] + bug: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=1611953 + expected: FAIL |