WPT
wpt / webrtc / RTCPeerConnection-addTrack.https.html
Spec: WebRTC ↗
Runs: Chrome 155.0.8039.0 (wpt@6ec9fd59f, 2026-09-03) | Firefox 157.0a1 (wpt@6ec9fd59f, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-795e1 (wpt@7e3d005d7, 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 | 12/12 | 12/12 | 12/12 | 0/12 | 0/12 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| addTrack when pc is closed should throw InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with single track argument and no stream should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with single track argument and single stream should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with single track argument and multiple streams should succeed | PASS | PASS | PASS | FAIL | FAIL | — |
| Adding the same track multiple times should throw InvalidAccessError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with existing sender with null track, same kind, and recvonly direction should reuse sender | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with existing sender that has not been used to send should reuse the sender | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with existing sender that has been used to send should create new sender | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack with existing sender with null track, different kind, and recvonly direction should create new sender | PASS | PASS | PASS | FAIL | FAIL | — |
| Adding more tracks does not generate more candidates if bundled | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling addTrack while sRD(offer) is pending should allow the new remote transceiver to be the same one that addTrack creates | PASS | PASS | PASS | FAIL | FAIL | — |
| When addTrack is called while sRD is in progress, and both addTrack and sRD add a transceiver of different media types, the addTrack transceiver should come first, and then the sRD transceiver. | PASS | PASS | PASS | FAIL | FAIL | — |