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

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

Issue 2280283002: Convert RTCPeerConnection-AddRemoveStream tests from js-test to testharness.js (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Tests RTCPeerConnection [add|remove]Stream.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Got a stream.
7 PASS Got another stream.
8 PASS stream.id === stream2.id is false
9 PASS onAddStream was called.
10 PASS pc.getStreamById(stream.id) is stream
11 PASS pc.getStreamById(stream2.id) is null
12 PASS pc.getLocalStreams().length is 1
13 PASS pc.getLocalStreams().length is 1
14 PASS onRemoveStream was called.
15 PASS pc.getLocalStreams().length is 0
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-AddRemoveStream.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698