blob: 0b649149b7c4c564dba75cb7086491a4c78d2a12 (
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, OK]
[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, PASS]
[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, PASS]
|