Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt

Issue 2813883004: Remove RTCIceTransportPolicy "none". (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
index 3abfcc7f648b8d34cd2473ee9b4f3de2f9e60f64..3aa3377ffdad56a6200b170b3bf5c4f6f5d7ac14 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
@@ -43,11 +43,9 @@ PASS new RTCPeerConnection({ iceTransportPolicy: undefined })
PASS new RTCPeerConnection({ iceTransportPolicy: "relay" })
PASS new RTCPeerConnection({ iceTransportPolicy: "all" })
PASS new RTCPeerConnection({ iceTransportPolicy: "invalid" })
-FAIL new RTCPeerConnection({ iceTransportPolicy: "none" }) assert_throws: function "function () {
- eval(expr);
- }" did not throw
+PASS new RTCPeerConnection({ iceTransportPolicy: "none" })
FAIL new RTCPeerConnection({ iceTransports: "invalid" }) Failed to construct 'RTCPeerConnection': The provided value 'invalid' is not a valid enum value of type RTCIceTransportPolicy.
-PASS new RTCPeerConnection({ iceTransports: "none" })
+FAIL new RTCPeerConnection({ iceTransports: "none" }) Failed to construct 'RTCPeerConnection': The provided value 'none' is not a valid enum value of type RTCIceTransportPolicy.
hbos_chromium 2017/04/12 12:45:40 The test external/wpt/webrtc/rtcpeerconnection/rtc
foolip 2017/04/12 13:02:40 LayoutTests/external/wpt can be changed in CLs lik
hbos_chromium 2017/04/13 11:33:42 Acknowledged. So we want to keep expecting iceTran
foolip 2017/04/21 16:14:29 It now throws for the same reason that new RTCPeer
PASS new RTCPeerConnection({ bundlePolicy: null })
PASS new RTCPeerConnection({ bundlePolicy: undefined })
PASS new RTCPeerConnection({ bundlePolicy: "balanced" })

Powered by Google App Engine
This is Rietveld 408576698