Test files: 8; Total subtests: 33
Test | FF71 |
---|---|
/page-visibility/iframe-unload.html | OK |
visibilitychange fires on unload with iframes | PASS |
/page-visibility/onvisibilitychange.html | OK |
onvisibilitychange attribute is a proper event handler | PASS |
/page-visibility/test_attributes_exist.html | OK |
document.hidden is defined and not null. | PASS |
document.hidden is defined. | PASS |
document.visibilityState is defined and not null. | PASS |
document.visibilityState is defined. | PASS |
/page-visibility/test_child_document.html | OK |
Page Visibility API Child Document Test | PASS |
Page Visibility API Child Document Test 1 | PASS |
Page Visibility API Child Document Test 2 | PASS |
document.hidden is defined and not null. | PASS |
document.hidden is defined for frame with 'display:none' style. | PASS |
document.hidden is defined for frame with 'visibility:hidden' style. | PASS |
document.hidden is defined for frame with no style attribute. | PASS |
document.visibilityState for frame with 'display:none' style == visible | PASS |
document.visibilityState for frame with 'visibility:hidden' style == visible | PASS |
document.visibilityState for frame with no style attribute == visible | PASS |
document.visibilityState is defined and not null. | PASS |
document.visibilityState is defined for frame with 'display:none' style. | PASS |
document.visibilityState is defined for frame with 'visibility:hidden' style. | PASS |
document.visibilityState is defined for frame with no style attribute. | PASS |
/page-visibility/test_default_view.html | OK |
document.hidden is defined and not null. | PASS |
document.hidden is definedwindowless subdocument. | PASS |
document.visibilityState is defined and not null. | PASS |
document.visibilityState is definedwindowless subdocument. | PASS |
hidden == true for windowless subdocuments with a null default view | PASS |
visibilityState == hidden for windowless subdocuments with a null default view | PASS |
windowless subdocument generated for test has a null default view | PASS |
/page-visibility/test_read_only.html | OK |
document.hidden is defined and not null. | PASS |
document.hidden is read only. | PASS |
document.visibilityState is defined and not null. | PASS |
document.visibilityState is read only. | PASS |
/page-visibility/unload-bubbles.html | TIMEOUT |
visibilitychange event bubbles when fired on unload | TIMEOUT |
/page-visibility/unload.html | TIMEOUT |
visibilitychange fires on unload | TIMEOUT |