[web-platform-tests] Pull Request: Add WPT test coverage for getStats() returning stats for tracks/streams.

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

== Add WPT test coverage for getStats() returning stats for tracks/streams. ==
Scenarios:
- addTrack() => track stats, with/without calling setLocalDescription()
- addTrack() => stream, stats, with/without setLocalDescription()
- addTrack() => streamStats.trackIds == [ trackStats.id ]
- addStream() => streamStats.trackIds == [ trackStats.id ]

Follow-up CLs should add test coverage for:
- RTCRtpStreamStats (in/outbound, requiring setting up a connection)
- replaceTrack (requiring connection)

Bug: webrtc:8673, webrtc:8616, webrtc:8674
Change-Id: If4e21fe8474ee861965b739ea206f36931fdcb2c
Reviewed-on: https://chromium-review.googlesource.com/859157
WPT-Export-Revision: 7a728006d80e3f3092e3435111a7396ae2a78806

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

Received on Wednesday, 10 January 2018 11:22:43 UTC