From 8d0df0029d7696566c2a08f3f4cded85ed77d45e Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Thu, 10 Oct 2019 22:02:46 +0000 Subject: [PATCH] Bug 1587900 [wpt PR 19631] - Update wpt metadata, a=testonly wpt-pr: 19631 wpt-type: metadata --- .../meta/webrtc/idlharness.https.window.js.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini index 49bea7d835be..ec27adeceb9e 100644 --- a/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini +++ b/testing/web-platform/meta/webrtc/idlharness.https.window.js.ini @@ -593,3 +593,15 @@ [RTCPeerConnection interface: operation setLocalDescription(RTCSessionDescriptionInit, VoidFunction, RTCPeerConnectionErrorCallback)] expected: FAIL + [RTCPeerConnectionIceErrorEvent interface: attribute address] + expected: FAIL + + [RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEvent('ice-error', { errorCode: 701 }); must inherit property "port" with the proper type] + expected: FAIL + + [RTCPeerConnectionIceErrorEvent interface: new RTCPeerConnectionIceErrorEvent('ice-error', { errorCode: 701 }); must inherit property "address" with the proper type] + expected: FAIL + + [RTCPeerConnectionIceErrorEvent interface: attribute port] + expected: FAIL +