[web-platform-tests] Pull Request: Add initial tests for RTCPeerConnection addTransceiver

wpt-pr-bot has just labeled a pull request from soareschen for https://github.com/w3c/web-platform-tests as "wg-webrtc":

== Add initial tests for RTCPeerConnection addTransceiver ==
This begins the test for section 5 of webrtc-pc, RTP Media API.

A lot of the specs in this section has not yet been implemented by the browsers. To make it easier to write tests and review, I will submit small chunks of tests in separate PRs every few days. The individual PRs won't be comprehensive enough to cover an entire subsection, but hopefully this way we can merge the PRs sooner in smaller chunks.

This PR does minimum tests on calling `addTransceiver()` with a string argument.

See https://github.com/w3c/web-platform-tests/pull/6031

Received on Wednesday, 24 May 2017 09:04:57 UTC