14 lines
531 B
INI
14 lines
531 B
INI
[exit-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]
|
|
[Exit Picture-in-Picture resolves when there is a Picture-in-Picture video]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[Exit Picture-in-Picture rejects when there is no Picture-in-Picture video]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|