Source code
Revision control
Copy as Markdown
Other Tools
[minimize.html]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan: [OK, FAIL]
if os == "android": ERROR
[visibilityState & hidden should be affected by window being minimized/restored]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
[visibilitychange event should be fired when minimized/restored]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
[iframe should receive visibility events when top level window is shown/hidden]
expected:
if (os == "linux") and (processor == "x86_64") and not tsan: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]