Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt |
index 0cc2dd5a43b9537d5cad0ee9217eca6f5cd9364c..123515eae4bae8d30e9a27fd89f3aac347885bdc 100644 |
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt |
@@ -16,9 +16,7 @@ PASS new webkitRTCPeerConnection({iceServers:[{url:'turn:foo.com', credential:'x |
PASS new webkitRTCPeerConnection({iceServers:[{url:'turn:foo.com', credential:'x'},{url:'stun:bar.com'}]}, null); did not throw exception. |
PASS new webkitRTCPeerConnection({iceServers:[{urls:'stun:foo.com'}]}, null); did not throw exception. |
PASS new webkitRTCPeerConnection({iceServers:[{urls:['stun:foo.com', 'turn:foo.com']}]}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({iceServers:undefined}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({iceServers:null}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCConfiguration. |
+PASS new webkitRTCPeerConnection({fooServers:[]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCConfiguration. |
PASS new webkitRTCPeerConnection({iceServers:true}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCConfiguration. |
PASS new webkitRTCPeerConnection({iceServers:[1, 2, 3]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer. |
PASS new webkitRTCPeerConnection({iceServers:[{}]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer. |
@@ -50,12 +48,12 @@ PASS new webkitRTCPeerConnection(null, {optional:[{invalid:0}]}); threw exceptio |
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({certificates:null}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({certificates:[]}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({certificates:[null]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertificate>. |
-PASS new webkitRTCPeerConnection({certificates:[1337]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertificate>. |
-PASS new webkitRTCPeerConnection({certificates:[certRSA]}, null); did not throw exception. |
-PASS new webkitRTCPeerConnection({certificates:[certECDSA]}, null); did not throw exception. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:null}, null); did not throw exception. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:[]}, null); did not throw exception. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertificate>. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertificate>. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did not throw exception. |
+PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception. |
PASS successfullyParsed is true |
TEST COMPLETE |