Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
Passthe windowControlsOverlay object should exist on the navigator object
Asserts run
Pass
assert_idl_attribute(object "[object Navigator]", "windowControlsOverlay")
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:10:5)
Passvisible should be a member of the windowControlsOverlay object
Asserts run
Pass
assert_idl_attribute(object "[object WindowControlsOverlay]", "visible")
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:14:5)
Passvisible should be false
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:18:5)
PassgetTitlebarAreaRect should be a method of the windowControlsOverlay object
Asserts run
Pass
assert_idl_attribute(object "[object WindowControlsOverlay]", "getTitlebarAreaRect")
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:22:5)
PassgetTitlebarAreaRect return type should be DOMRect
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:27:5)
PassgetTitlebarAreaRect should return a empty DOMRect
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:32:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:33:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:34:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:35:5)
Passongeometrychange should be a member of the windowControlsOverlay object
Asserts run
Pass
assert_idl_attribute(object "[object WindowControlsOverlay]", "ongeometrychange")
    at Test.<anonymous> ( /html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html:39:5)