exit-picture-in-picture.html.ini (592B)
1 [exit-picture-in-picture.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH] 4 if (os == "mac") and not debug: [OK, TIMEOUT] 5 if (os == "linux") and (processor == "x86"): [OK, CRASH] 6 if (os == "android") and not debug: [OK, CRASH] 7 [Exit Picture-in-Picture resolves when there is a Picture-in-Picture video] 8 expected: 9 if (os == "mac") and not debug: [FAIL, TIMEOUT] 10 FAIL 11 12 [Exit Picture-in-Picture rejects when there is no Picture-in-Picture video] 13 expected: 14 if (os == "mac") and not debug: [FAIL, NOTRUN] 15 FAIL