forked from mirrors/gecko-dev
Fix lots of intermittents, add bug links where necessary, and fix a handful of tests. Differential Revision: https://phabricator.services.mozilla.com/D125299
11 lines
413 B
INI
11 lines
413 B
INI
[RTCRtpSender-replaceTrack.https.html]
|
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526207
|
|
expected:
|
|
if (os == "android") and release_or_beta: OK
|
|
if os == "android": TIMEOUT
|
|
[ReplaceTrack transmits the new track not the old track]
|
|
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526207
|
|
expected:
|
|
if os == "android" and release_or_beta: PASS
|
|
if os == "android": TIMEOUT
|
|
|