diff options
Diffstat (limited to 'testing/web-platform/meta/webrtc/RTCRtpSender-replaceTrack.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/webrtc/RTCRtpSender-replaceTrack.https.html.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webrtc/RTCRtpSender-replaceTrack.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpSender-replaceTrack.https.html.ini new file mode 100644 index 0000000000..0b649149b7 --- /dev/null +++ b/testing/web-platform/meta/webrtc/RTCRtpSender-replaceTrack.https.html.ini @@ -0,0 +1,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] |