Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt |
index 03bebe3bb31a8026c03811ec95e467501cf9b374..e0de3b094b502e11e521ac146254fb35eddfdee4 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt |
@@ -49,7 +49,7 @@ PASS new webkitRTCPeerConnection(null, {optional:[{invalid:0}]}); did not throw |
PASS new webkitRTCPeerConnection(null, {valid_and_supported_1:1}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints object.. |
PASS new webkitRTCPeerConnection(null, {valid_but_unsupported_1:1}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints object.. |
PASS new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{valid_and_supported_1:1}}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints object.. |
-PASS new webkitRTCPeerConnection({iceServers:[], certificates:null}); did not throw exception. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:null}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The value provided is neither an array, nor does it have indexed properties.. |
PASS new webkitRTCPeerConnection({iceServers:[], certificates:undefined}); did not throw exception. |
PASS new webkitRTCPeerConnection({iceServers:[], certificates:[]}); did not throw exception. |
PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type. |