page-visibility: Less Than 2 Passes

Test files without 2 passes: 9; Subtests without 2 passes: 41; Failure level: 41/41 (100.00%)

Test Files

  1. /page-visibility/test_attributes_exist.html (4/4, 100.00%, 9.76% of total)
  2. /page-visibility/iframe-unload.html (1/1, 100.00%, 2.44% of total)
  3. /page-visibility/prerender_call.html (1/1, 100.00%, 2.44% of total)
  4. /page-visibility/onvisibilitychange.html (1/1, 100.00%, 2.44% of total)
  5. /page-visibility/test_child_document.html (14/14, 100.00%, 34.15% of total)
  6. /page-visibility/test_default_view.html (7/7, 100.00%, 17.07% of total)
  7. /page-visibility/idlharness.window.html (8/8, 100.00%, 19.51% of total)
  8. /page-visibility/test_read_only.html (4/4, 100.00%, 9.76% of total)
  9. /page-visibility/unload.html (1/1, 100.00%, 2.44% of total)
Test Show/Hide MessagesEd18
/page-visibility/test_attributes_exist.html (4/4, 100.00%, 9.76% of total)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/iframe-unload.html (1/1, 100.00%, 2.44% of total)TIMEOUT
visibilitychange fires on unload with iframesTIMEOUT
/page-visibility/prerender_call.html (1/1, 100.00%, 2.44% of total)OK
VisibilityState of the target page was set to "prerender" when it has been prerenderedFAIL
/page-visibility/onvisibilitychange.html (1/1, 100.00%, 2.44% of total)TIMEOUT
onvisibilitychange attribute is a proper event handlerNOTRUN
/page-visibility/test_child_document.html (14/14, 100.00%, 34.15% of total)OK
Page Visibility API Child Document TestPASS
Page Visibility API Child Document Test 1PASS
Page Visibility API Child Document Test 2PASS
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 == visiblePASS
document.visibilityState for frame with 'visibility:hidden' style == visiblePASS
document.visibilityState for frame with no style attribute == visiblePASS
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 (7/7, 100.00%, 17.07% of total)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 viewPASS
visibilityState == hidden for windowless subdocuments with a null default viewPASS
windowless subdocument generated for test has a null default viewPASS
/page-visibility/idlharness.window.html (8/8, 100.00%, 19.51% of total)OK
Document interface: attribute hiddenFAIL
Document interface: attribute onvisibilitychangeFAIL
Document interface: attribute visibilityStateFAIL
Document interface: document must inherit property "hidden" with the proper typePASS
Document interface: document must inherit property "onvisibilitychange" with the proper typePASS
Document interface: document must inherit property "visibilityState" with the proper typePASS
Partial interface Document: original interface definedPASS
idl_test setupPASS
/page-visibility/test_read_only.html (4/4, 100.00%, 9.76% of total)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.html (1/1, 100.00%, 2.44% of total)TIMEOUT
visibilitychange fires on unloadTIMEOUT