This is a testharness.js-based test.
Found 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] createDataChannel with id 65535 and negotiated not set should succeed, but not set the channel's id
Failed to execute 'createDataChannel' on 'RTCPeerConnection': RTCDataChannel cannot have id > 65534
[FAIL] createDataChannel with id 65534 and negotiated true should succeed, and set the channel's id
Failed to execute 'createDataChannel' on 'RTCPeerConnection': RTCDataChannel creation failed
Harness: the test ran to completion.