[h264.https.html]
bug: 1709960
expected:
if (os == "linux"): [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
[H264 simulcast setup with two streams]
expected:
if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT]
if (os == "mac") and debug: [FAIL, PASS]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and not debug: [PASS, TIMEOUT]
if os == "android": PASS
[FAIL, PASS, TIMEOUT]