WPT
wpt / webrtc / RTCPeerConnection-getStats.https.html?interop-2026
Spec: WebRTC ↗
Runs: Chrome 155.0.8039.0 (wpt@a4fcd77aa, 2026-09-03) | Firefox 157.0a1 (wpt@cc4d45aa0, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@47d833bbc, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
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 | — |