Chromium Code Reviews| 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" }) |