minimize.html.ini (842B)
1 [minimize.html] 2 expected: 3 if (os == "linux") and (processor == "x86_64") and not tsan: [OK, FAIL] 4 if os == "android": ERROR 5 [visibilityState & hidden should be affected by window being minimized/restored] 6 expected: 7 if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL] 8 if (os == "linux") and (processor == "x86"): [PASS, FAIL] 9 10 [visibilitychange event should be fired when minimized/restored] 11 expected: 12 if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL] 13 if (os == "linux") and (processor == "x86"): [PASS, FAIL] 14 15 [iframe should receive visibility events when top level window is shown/hidden] 16 expected: 17 if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL] 18 if (os == "linux") and (processor == "x86"): [PASS, FAIL]