blob: 65b6db550f0c4565e8f0153ef5fab6eeda1f019d (
plain)
1
2
3
4
5
6
7
8
9
|
[RTCPeerConnection-relay-canvas.https.html]
disabled:
if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1728435
[Two PeerConnections relaying a canvas source]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1730024
expected:
if (os == "linux") and (processor == "x86_64") and swgl and not fission: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): FAIL
|