22 lines
738 B
INI
22 lines
738 B
INI
[request-picture-in-picture.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
|
|
if (os == "mac") and not debug: [OK, TIMEOUT]
|
|
if (os == "android") and not debug: [OK, CRASH]
|
|
[request Picture-in-Picture resolves on user click]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|
|
|
|
[request Picture-in-Picture requires loaded metadata for the video element]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[request Picture-in-Picture requires video track for the video element]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|
|
|
|
[request Picture-in-Picture requires a user gesture]
|
|
expected: FAIL
|