зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
38bdfba7a2
Коммит
475c6b33c7
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче