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

Side by Side Diff: LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt

Issue 1010393002: Fix issue of localDescription and remoteDescription getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test case crash. Created 5 years, 7 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 RTCPeerConnection localDescription. 1 Tests RTCPeerConnection localDescription.
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 pc.setLocalDescription(sessionDescription, requestSucceeded1, requestFailed 1); did not throw exception. 6 PASS pc.setLocalDescription(sessionDescription, requestSucceeded1, requestFailed 1); did not throw exception.
7 PASS requestSucceeded was called. 7 PASS requestSucceeded was called.
8 PASS pc.localDescription === sessionDescription is true
9 PASS observation.wasCollected is false
8 PASS pc.setLocalDescription(sessionDescription, requestSucceeded2, requestFailed 2); did not throw exception. 10 PASS pc.setLocalDescription(sessionDescription, requestSucceeded2, requestFailed 2); did not throw exception.
9 PASS requestFailed was called. 11 PASS requestFailed was called.
10 PASS pc.localDescription.type is "offer" 12 PASS pc.localDescription.type is "offer"
11 PASS pc.localDescription.sdp is "local" 13 PASS pc.localDescription.sdp is "local"
12 PASS pc.localDescription.type is "offer" 14 PASS pc.localDescription.type is "offer"
13 PASS pc.localDescription.sdp is "local" 15 PASS pc.localDescription.sdp is "local"
14 PASS successfullyParsed is true 16 PASS successfullyParsed is true
15 17
16 TEST COMPLETE 18 TEST COMPLETE
17 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698