WPT
wpt / webrtc / RTCPeerConnection-getStats.https.html?interop-2026
Spec: WebRTC ↗
Runs: Chrome 155.0.8040.0 (wpt@476394464, 2026-09-03) | Firefox 157.0a1 (wpt@476394464, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a7825 (wpt@a1e944e7a, 2026-09-03) | Servo Servo 0.6 (wpt@7e3d005d7, 2026-09-03) | Blitz a50cb8971 (wpt@a95401e4e, 2026-09-03)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 13/13 | 13/13 | 13/13 | 0/13 | 0/13 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| getStats() with track not added to connection should reject with InvalidAccessError | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() with track associated with both sender and receiver should reject with InvalidAccessError | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() with no argument should return stats report containing peer-connection stats on an empty PC | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() track with stream returns peer-connection and outbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() track without stream returns peer-connection and outbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() audio contains outbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() video contains outbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() on track associated with RTCRtpSender should return stats report containing outbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() on track associated with RTCRtpReceiver should return stats report containing inbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() audio contains inbound-rtp stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats() audio contains candidate-pair stats | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats(track) should not work if multiple senders have the same track | PASS | PASS | PASS | FAIL | FAIL | — |
| getStats succeeds on a closed peerconnection | PASS | PASS | PASS | FAIL | FAIL | — |