blob: 655efb6b61d88695ae2c8bc35df3eb9a5f480b55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[drm-check-status-for-hdcp.https.html]
expected:
if (os == "android") and not fission: OK
if (os == "android") and fission: [OK, TIMEOUT]
TIMEOUT
[drm support for HDCP 1.0.]
expected:
if os == "android": FAIL
NOTRUN
[drm support for empty HDCP version.]
expected:
if os == "android": FAIL
TIMEOUT
|