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

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

Issue 2720763004: Add a deprecation message to rtcpMuxPolicy of negotiate. (Closed)
Patch Set: Rebaseling the Layout tests Created 3 years, 9 months 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 1: The rtcpMuxPolicy option is being considered for remova l and may be removed no earlier than M60, around August 2017. If you depend on i t, please see https://www.chromestatus.com/features/5654810086866944 for more de tails.
1 This is a testharness.js-based test. 2 This is a testharness.js-based test.
2 Found 73 tests; 61 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN. 3 Found 73 tests; 61 PASS, 12 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS RTCPeerConnection.length 4 PASS RTCPeerConnection.length
4 PASS new RTCPeerConnection() 5 PASS new RTCPeerConnection()
5 PASS new RTCPeerConnection(null) 6 PASS new RTCPeerConnection(null)
6 PASS new RTCPeerConnection(undefined) 7 PASS new RTCPeerConnection(undefined)
7 PASS new RTCPeerConnection({}) 8 PASS new RTCPeerConnection({})
8 PASS new RTCPeerConnection({ iceServers: null }) 9 PASS new RTCPeerConnection({ iceServers: null })
9 PASS new RTCPeerConnection({ iceServers: undefined }) 10 PASS new RTCPeerConnection({ iceServers: undefined })
10 PASS new RTCPeerConnection({ iceServers: [] }) 11 PASS new RTCPeerConnection({ iceServers: [] })
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 PASS remoteDescription initial value 79 PASS remoteDescription initial value
79 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined 80 FAIL currentRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined
80 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined 81 FAIL pendingRemoteDescription initial value assert_equals: expected (object) nul l but got (undefined) undefined
81 PASS signalingState initial value 82 PASS signalingState initial value
82 PASS iceGatheringState initial value 83 PASS iceGatheringState initial value
83 PASS iceConnectionState initial value 84 PASS iceConnectionState initial value
84 FAIL connectionState initial value assert_equals: expected (string) "new" but go t (undefined) undefined 85 FAIL connectionState initial value assert_equals: expected (string) "new" but go t (undefined) undefined
85 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null but got (undefined) undefined 86 FAIL canTrickleIceCandidates initial value assert_equals: expected (object) null but got (undefined) undefined
86 Harness: the test ran to completion. 87 Harness: the test ran to completion.
87 88
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698