Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passzero check
Asserts run
Pass
assert_not_equals(1280, 0, "window.screen.width is zero")
    at Test.<anonymous> ( /css/cssom-view/window-screen-width.html:20:17)
Passpositive check
Asserts run
Pass
assert_true(true, "window.screen.width shouldn't be negative")
    at Test.<anonymous> ( /css/cssom-view/window-screen-width.html:26:17)
Passupper bound check
Asserts run
Pass
assert_true(true, "window.screen.width shouldn't be so large")
    at Test.<anonymous> ( /css/cssom-view/window-screen-width.html:32:17)