[web-platform-tests] Pull Request: Split tests for setting session description into multiple files

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

== Split tests for setting session description into multiple files ==
The tests for setting session description is rather large, with 50+ steps involved in the spec. Currently the tests are located among RTCPeerConnection-setLocalDescription.html and RTCPeerConnection-setRemoteDescription.html, but the number of tests are getting large that it is becoming difficult to organize and keep track of the tests.

This PR is a succession of #6491 in effort to reorganize the session description tests. It split the tests further into smaller files. Specifically there are 4 more files for the combinations of setting local/remote offer/answer descriptions.

The tests are moved as is to the new files, with the coverage report file updated to reflect the changes.

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

Received on Thursday, 13 July 2017 05:31:49 UTC