[web-platform-tests] Pull Request: Add test on pending promise behavior after PeerConnection is closed

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

== Add test on pending promise behavior after PeerConnection is closed ==
For some reason I do not understand, the webrtc-pc spec states that pending promises inside operation queues should never be resolved when a `RTCPeerConnection` object is closed. (w3c/webrtc-pc#150)

I create a file to specifically this behavior, since the descriptions in spec is a bit hard to follow.

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

Received on Tuesday, 2 May 2017 09:50:21 UTC