Description

This test validates that all of the attributes associated with the Page Visibility feature exist (but does not validate that their values are correct).

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passdocument.hidden is defined and not null.
Asserts run
Pass
assert_true(true, "document.hidden is defined and not null.")
    at Test.<anonymous> ( /page-visibility/resources/pagevistestharness.js:39:13)
Passdocument.visibilityState is defined and not null.
Asserts run
Pass
assert_true(true, "document.visibilityState is defined and not null.")
    at Test.<anonymous> ( /page-visibility/resources/pagevistestharness.js:45:13)
Passdocument.hidden is defined.
Asserts run
Pass
assert_not_equals(false, undefined, "document.hidden is defined.")
    at Test.<anonymous> ( /page-visibility/resources/pagevistestharness.js:66:24)
Passdocument.visibilityState is defined.
Asserts run
Pass
assert_not_equals("visible", undefined, "document.visibilityState is defined.")
    at Test.<anonymous> ( /page-visibility/resources/pagevistestharness.js:67:24)