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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt

Issue 2727783002: Merging to M57 branch 2987. (Closed)
Patch Set: 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
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 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected 2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected
2 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed 3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed
3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed 4 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject ed
4 Tests the RTCPeerConnection constructor. 5 Tests the RTCPeerConnection constructor.
5 6
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 8
8 9
9 PASS webkitRTCPeerConnection is RTCPeerConnection 10 PASS webkitRTCPeerConnection is RTCPeerConnection
10 PASS new RTCPeerConnection(null); did not throw exception. 11 PASS new RTCPeerConnection(null); did not throw exception.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type . 59 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type .
59 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type . 60 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type .
60 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n ot throw exception. 61 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n ot throw exception.
61 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception. 62 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception.
62 PASS certExpired.expires <= new Date().getTime() is true 63 PASS certExpired.expires <= new Date().getTime() is true
63 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi red certificate(s).. 64 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi red certificate(s)..
64 PASS successfullyParsed is true 65 PASS successfullyParsed is true
65 66
66 TEST COMPLETE 67 TEST COMPLETE
67 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698