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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS RTCPeerConnection.length 2 PASS RTCPeerConnection.length
3 PASS new RTCPeerConnection() 3 PASS new RTCPeerConnection()
4 PASS new RTCPeerConnection(null) 4 PASS new RTCPeerConnection(null)
5 PASS new RTCPeerConnection(undefined) 5 PASS new RTCPeerConnection(undefined)
6 PASS new RTCPeerConnection({}) 6 PASS new RTCPeerConnection({})
7 PASS new RTCPeerConnection({ iceServers: null }) 7 PASS new RTCPeerConnection({ iceServers: null })
8 PASS new RTCPeerConnection({ iceServers: undefined }) 8 PASS new RTCPeerConnection({ iceServers: undefined })
9 PASS new RTCPeerConnection({ iceServers: [] }) 9 PASS new RTCPeerConnection({ iceServers: [] })
10 PASS new RTCPeerConnection({ iceServers: [{}] }) 10 PASS new RTCPeerConnection({ iceServers: [{}] })
11 PASS new RTCPeerConnection({ iceServers: [null] }) 11 PASS new RTCPeerConnection({ iceServers: [null] })
12 PASS new RTCPeerConnection({ iceServers: [undefined] }) 12 PASS new RTCPeerConnection({ iceServers: [undefined] })
13 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net" }] }) 13 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net" }] })
14 PASS new RTCPeerConnection({ iceServers: [{ urls: [] }] }) 14 PASS new RTCPeerConnection({ iceServers: [{ urls: [] }] })
15 PASS new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net"] }] }) 15 PASS new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net"] }] })
16 PASS new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net", "st un:stun2.example.net"] }] }) 16 PASS new RTCPeerConnection({ iceServers: [{ urls: ["stun:stun1.example.net", "st un:stun2.example.net"] }] })
17 PASS new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", user name: "user", credential: "cred" }] }) 17 PASS new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", user name: "user", credential: "cred" }] })
18 PASS new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", usern ame: "user", credential: "cred" }] }) 18 PASS new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", usern ame: "user", credential: "cred" }] })
19 PASS new RTCPeerConnection({ iceServers: [{ urls: "turns:turn.example.org", user name: "", credential: "" }] })
20 PASS new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", usern ame: "", credential: "" }] })
19 PASS new RTCPeerConnection({ iceServers: [{ urls: ["turns:turn.example.org", "tu rn:turn.example.net"], username: "user", credential: "cred" }] }) 21 PASS new RTCPeerConnection({ iceServers: [{ urls: ["turns:turn.example.org", "tu rn:turn.example.net"], username: "user", credential: "cred" }] })
20 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", cred entialType: "password" }] }) 22 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", cred entialType: "password" }] })
21 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", cred entialType: "token" }] }) 23 PASS new RTCPeerConnection({ iceServers: [{ urls: "stun:stun1.example.net", cred entialType: "token" }] })
22 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net" }] }) assert_throws: function "function () { 24 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net" }] }) assert_throws: function "function () {
23 eval(expr); 25 eval(expr);
24 }" did not throw 26 }" did not throw
25 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", usern ame: "user" }] }) assert_throws: function "function () { 27 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", usern ame: "user" }] }) assert_throws: function "function () {
26 eval(expr); 28 eval(expr);
27 }" did not throw 29 }" did not throw
28 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", crede ntial: "cred" }] }) assert_throws: function "function () { 30 FAIL new RTCPeerConnection({ iceServers: [{ urls: "turn:turn.example.net", crede ntial: "cred" }] }) assert_throws: function "function () {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 PASS remoteDescription initial value 93 PASS remoteDescription initial value
92 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined 94 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined
93 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined 95 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined
94 PASS signalingState initial value 96 PASS signalingState initial value
95 PASS iceGatheringState initial value 97 PASS iceGatheringState initial value
96 PASS iceConnectionState initial value 98 PASS iceConnectionState initial value
97 FAIL connectionState initial value assert_equals: expected (string) "new" but go t (undefined) undefined 99 FAIL connectionState initial value assert_equals: expected (string) "new" but go t (undefined) undefined
98 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null but got (undefined) undefined 100 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null but got (undefined) undefined
99 Harness: the test ran to completion. 101 Harness: the test ran to completion.
100 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698