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

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

Issue 2097563002: Split the mediastream module in Blink into mediastream and peerconnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS file Created 4 years, 5 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 Tests the RTCPeerConnection Ice functionality. 1 Tests the RTCPeerConnection Ice functionality.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS testExecutionOrderClosedConnection() did not throw exception. 6 PASS testExecutionOrderClosedConnection() did not throw exception.
7 PASS pc = new webkitRTCPeerConnection(null, null); did not throw exception. 7 PASS pc = new webkitRTCPeerConnection(null, null); did not throw exception.
8 PASS error.name is "InvalidStateError" 8 PASS error.name is "InvalidStateError"
9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt ate is 'closed'." 9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt ate is 'closed'."
10 PASS events is [1,2,3] 10 PASS events is [1,2,3]
(...skipping 16 matching lines...) Expand all
27 PASS addIceCandidateSuccess2 was called. 27 PASS addIceCandidateSuccess2 was called.
28 PASS pc.addIceCandidate({candidate: "candidate", sdpMLineIndex: 0}, addIceCandid ateSuccess3, unexpectedCallback); did not throw exception. 28 PASS pc.addIceCandidate({candidate: "candidate", sdpMLineIndex: 0}, addIceCandid ateSuccess3, unexpectedCallback); did not throw exception.
29 PASS addIceCandidateSuccess3 was called. 29 PASS addIceCandidateSuccess3 was called.
30 PASS pc.addIceCandidate({candidate: "candidate", sdpMid: 0, sdpMLineIndex: 0}, a ddIceCandidateSuccess4, unexpectedCallback); did not throw exception. 30 PASS pc.addIceCandidate({candidate: "candidate", sdpMid: 0, sdpMLineIndex: 0}, a ddIceCandidateSuccess4, unexpectedCallback); did not throw exception.
31 PASS addIceCandidateSuccess4 was called. 31 PASS addIceCandidateSuccess4 was called.
32 PASS iceConnectionState is closed. 32 PASS iceConnectionState is closed.
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698