Viewport: window.visualViewport type

Test Description: This test checks that window.visualViewport is an object of type VisualViewport.

window.visualViewport is of type: object.

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passwindow.visualViewport is an object
Asserts run
Pass
assert_equals("object", "object")
    at Test.<anonymous> ( /visual-viewport/viewport-type.html:15:15)
Passwindow.visualViewport has type `VisualViewport`
Asserts run
Pass
assert_equals("[object VisualViewport]", "[object VisualViewport]")
    at Test.<anonymous> ( /visual-viewport/viewport-type.html:19:15)