[drm-check-status-for-hdcp.https.html]
expected:
if os == "linux": TIMEOUT
if os == "mac": TIMEOUT
if os == "win": TIMEOUT
[drm support for HDCP 1.0.]
expected:
if os == "win": NOTRUN
if os == "linux": NOTRUN
if os == "mac": NOTRUN
if (os == "android") and not e10s: FAIL
if (os == "android") and e10s: FAIL
[drm support for empty HDCP version.]
expected:
if os == "linux": TIMEOUT
if os == "win": TIMEOUT
if (os == "android") and not e10s: FAIL
if os == "mac": TIMEOUT
if (os == "android") and e10s: FAIL