14 lines
541 B
INI
14 lines
541 B
INI
[request-picture-in-picture-twice.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 consumes user gesture]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[request Picture-in-Picture does not require user gesture if document.pictureInPictureElement is set]
|
|
expected:
|
|
if (os == "mac") and not debug: [FAIL, NOTRUN]
|
|
FAIL
|