diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/webrtc-stats/rtp-stats-creation.html.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webrtc-stats/rtp-stats-creation.html.ini b/testing/web-platform/meta/webrtc-stats/rtp-stats-creation.html.ini new file mode 100644 index 0000000000..14f92d9b42 --- /dev/null +++ b/testing/web-platform/meta/webrtc-stats/rtp-stats-creation.html.ini @@ -0,0 +1,9 @@ +[rtp-stats-creation.html] + expected: + if debug and (os == "android") and fission: [OK, TIMEOUT] + if debug and (os == "win") and not swgl: [OK, TIMEOUT] + if debug and (os == "mac"): [OK, TIMEOUT] + [No RTCInboundRtpStreamStats exist until packets have been received] + expected: + if (os == "win") and debug and not swgl: [PASS, TIMEOUT] + if (os == "mac") and debug: [PASS, TIMEOUT] |