| 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 1a4e415237d9aec3e9cbd262ba9687afcbeea748..3abfcc7f648b8d34cd2473ee9b4f3de2f9e60f64 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
|
| @@ -1,5 +1,5 @@
|
| This is a testharness.js-based test.
|
| -Found 73 tests; 61 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +Found 73 tests; 62 PASS, 11 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| PASS RTCPeerConnection.length
|
| PASS new RTCPeerConnection()
|
| PASS new RTCPeerConnection(null)
|
| @@ -67,9 +67,7 @@ PASS new RTCPeerConnection({ certificates: undefined })
|
| PASS new RTCPeerConnection({ certificates: [] })
|
| PASS new RTCPeerConnection({ certificates: [null] })
|
| PASS new RTCPeerConnection({ certificates: [undefined] })
|
| -FAIL new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) assert_throws: function "function () {
|
| - eval(expr);
|
| - }" did not throw
|
| +PASS new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows })
|
| PASS new RTCPeerConnection({ certificates: [certificate] })
|
| PASS new RTCPeerConnection({ certificates: [expiredCertificate] })
|
| PASS localDescription initial value
|
|
|