| OLD | NEW | 
 | (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  |  | 
| OLD | NEW |