Bug 1414171 - pt 3 - Add componentId to expected fields in test_peerConnection_stats.html. r=drno

MozReview-Commit-ID: Hez0vOu5vTs

--HG--
extra : rebase_source : c722927207ad5c8e3c26a56cea70e1d20233e98d
This commit is contained in:
Michael Froman 2018-02-01 15:06:01 -06:00
parent 38bdfba7a2
commit 475c6b33c7

View File

@ -46,7 +46,8 @@ var statsExpectedByType = {
"transportId", "localCandidateId", "remoteCandidateId", "state",
"priority", "nominated", "writable", "readable",
"bytesSent", "bytesReceived",
"lastPacketSentTimestamp", "lastPacketReceivedTimestamp",],
"lastPacketSentTimestamp", "lastPacketReceivedTimestamp",
"componentId",],
optional: ["selected",],
unimplemented: ["totalRoundTripTime", "currentRoundTripTime",
"availableOutgoingBitrate", "availableIncomingBitrate",