14 lines
600 B
INI
14 lines
600 B
INI
[clearkey-check-status-for-hdcp.https.html]
|
|
expected:
|
|
if (os == "mac") and not debug and (version == "OS X 10.15.7"): [OK, TIMEOUT]
|
|
if (os == "win") and not debug: [OK, TIMEOUT]
|
|
[org.w3.clearkey support for empty HDCP version.]
|
|
expected:
|
|
if (os == "mac") and not debug and (version == "OS X 10.15.7"): [FAIL, TIMEOUT]
|
|
if (os == "win") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[org.w3.clearkey support for HDCP 1.0.]
|
|
expected:
|
|
if (os == "mac") and not debug and (version == "OS X 10.15.7"): [PASS, NOTRUN]
|
|
if (os == "win") and not debug: [PASS, NOTRUN]
|