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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-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
(Empty)
1 Tests RTCPeerConnection createAnswer.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS testExecutionOrderClosedConnection() did not throw exception.
7 PASS error.name is "InvalidStateError"
8 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt ate is 'closed'."
9 PASS events is [1,2,3]
10 PASS createOffer request without remote description failed.
11 PASS pc.setRemoteDescription(sessionDescription, descriptionSet, unexpectedCallb ack); did not throw exception.
12 PASS setRemoteDescription request succeeded.
13 PASS pc.createAnswer(answerCreated, unexpectedCallback); did not throw exception .
14 PASS createAnswer request succeeded.
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698