WPT
wpt / webrtc / RTCPeerConnection-removeTrack.https.html
Spec: WebRTC ↗
Runs: Chrome 155.0.8039.0 (wpt@ffab1bde3, 2026-09-03) | Firefox 157.0a1 (wpt@ffab1bde3, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-a9df8 (wpt@9b4cabf6d, 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 | 14/14 | 14/14 | 14/14 | 0/14 | 0/14 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| addTransceiver - Calling removeTrack when connection is closed should throw InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack - Calling removeTrack when connection is closed should throw InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTransceiver - Calling removeTrack on different connection that is closed should throw InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack - Calling removeTrack on different connection that is closed should throw InvalidStateError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTransceiver - Calling removeTrack on different connection should throw InvalidAccessError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack - Calling removeTrack on different connection should throw InvalidAccessError | PASS | PASS | PASS | FAIL | FAIL | — |
| addTransceiver - Calling removeTrack with valid sender should set sender.track to null | PASS | PASS | PASS | FAIL | FAIL | — |
| addTrack - Calling removeTrack with valid sender should set sender.track to null | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack with currentDirection sendrecv should set direction to recvonly | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack with currentDirection sendonly should set direction to inactive | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack with currentDirection recvonly should not change direction | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack with currentDirection inactive should not change direction | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack on a stopped transceiver should be a no-op | PASS | PASS | PASS | FAIL | FAIL | — |
| Calling removeTrack on a null track should have no effect | PASS | PASS | PASS | FAIL | FAIL | — |