WPT
wpt / webrtc / RTCPeerConnection-constructor.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 | 22/22 | 21/22 | 22/22 | 0/22 | 0/22 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| RTCPeerConnection.length | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection() | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection(null) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection(undefined) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({}) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ certificates: null }) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ certificates: undefined }) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ certificates: [] }) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ certificates: [null] }) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ certificates: [undefined] }) | PASS | PASS | PASS | FAIL | FAIL | — |
| new RTCPeerConnection({ iceCandidatePoolSize: toNumberThrows }) | PASS | FAIL | PASS | FAIL | FAIL | — |
| localDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| currentLocalDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| pendingLocalDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| remoteDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| currentRemoteDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| pendingRemoteDescription initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| signalingState initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| iceGatheringState initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| iceConnectionState initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| connectionState initial value | PASS | PASS | PASS | FAIL | FAIL | — |
| canTrickleIceCandidates initial value | PASS | PASS | PASS | FAIL | FAIL | — |