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

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

Issue 1152173003: Revert of Fix issue of localDescription and remoteDescription getter. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 remoteDescription. 1 Tests RTCPeerConnection remoteDescription.
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.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile d1); did not throw exception. 6 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded1, requestFaile d1); did not throw exception.
7 PASS requestSucceeded was called. 7 PASS requestSucceeded was called.
8 PASS pc.remoteDescription === sessionDescription is true
9 PASS observation.wasCollected is false
10 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile d2); did not throw exception. 8 PASS pc.setRemoteDescription(sessionDescription, requestSucceeded2, requestFaile d2); did not throw exception.
11 PASS requestFailed was called. 9 PASS requestFailed was called.
12 PASS pc.remoteDescription.type is "answer" 10 PASS pc.remoteDescription.type is "answer"
13 PASS pc.remoteDescription.sdp is "remote" 11 PASS pc.remoteDescription.sdp is "remote"
14 PASS pc.remoteDescription.type is "answer" 12 PASS pc.remoteDescription.type is "answer"
15 PASS pc.remoteDescription.sdp is "remote" 13 PASS pc.remoteDescription.sdp is "remote"
16 PASS successfullyParsed is true 14 PASS successfullyParsed is true
17 15
18 TEST COMPLETE 16 TEST COMPLETE
19 17
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html ('k') | Source/modules/mediastream/RTCPeerConnection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698