blob: 0d352e212f518505d6b9b01c0860d4e83e99d25f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
[ReplaceTrack null -> new track transmits the new track]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1526207
expected:
if (os == "android") and release_or_beta: PASS
if os == "android": NOTRUN
|