WPT
wpt / webrtc / RTCRtpSender-replaceTrack.https.html
Spec: WebRTC ↗
Runs: Chrome 155.0.8039.0 (wpt@508cc6a62, 2026-09-03) | Firefox 157.0a1 (wpt@508cc6a62, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@8fdda8ce4, 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 | 11/11 | 11/11 | 11/11 | 0/11 | 0/11 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Calling replaceTrack on closed connection should reject with InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack with track of different kind should reject with TypeError | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack on stopped sender should reject with InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack on sender with null track and not set to session description should resolve with sender.track set to given track | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack on sender not set to session description should resolve with sender.track set to given track | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack(null) on sender not set to session description should resolve with sender.track set to null | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack(null) on sender set to session description should resolve with sender.track set to null | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack on sender with stopped track and and set to session description should resolve with sender.track set to given track | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling replaceTrack on sender with similar track and and set to session description should resolve with sender.track set to new track | PASS | PASS | PASS | FAIL | FAIL | — |
| ReplaceTrack transmits the new track not the old track | PASS | PASS | PASS | FAIL | FAIL | — |
| ReplaceTrack null -> new track transmits the new track | PASS | PASS | PASS | FAIL | FAIL | — |