Closed
Bug 1531900
Opened 6 years ago
Closed 5 years ago
RTCPeerConnection-createDataChannel.html wpt has a faulty test: "createDataChannel with provided parameters should initialize attributes to provided values"
Categories
(Core :: WebRTC: Signaling, enhancement, P3)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
DUPLICATE
of bug 1610579
People
(Reporter: bwc, Unassigned)
References
(Blocks 1 open bug)
Details
This test explicitly passes null as an initializer for an integer member of a dictionary. JS says that this causes that member to be initted to 0, not null, as far as I can tell.
Reporter | ||
Updated•6 years ago
|
Rank: 25
Priority: -- → P3
Comment 1•6 years ago
|
||
Makes sense, the test is old. These used to be nullable.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•