blob: a74c163fc45ff3eb4e5a7204d0de764773c616a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[clearkey-check-status-for-hdcp.https.html]
expected:
if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
[org.w3.clearkey support for empty HDCP version.]
expected:
if (os == "win") and not debug: [FAIL, TIMEOUT]
FAIL
[org.w3.clearkey support for HDCP 1.0.]
expected:
if (os == "win") and not debug: [PASS, NOTRUN]
if os == "android": [FAIL, PASS]
|