haikuwebkit/LayoutTests/fast/events/page-visibility-null-view-e...

13 lines
355 B
Plaintext

This test checks that Page Visibility state values are correct when a document has no defaultView.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS subdocument.defaultView == null is true
PASS subdocument.visibilityState is "hidden"
PASS subdocument.hidden is true
PASS successfullyParsed is true
TEST COMPLETE