Pass | window.screen.width >= 0 && window.screen.width < 6000000 | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:16:25) |
|
Pass | window.screen.height >= 0 && window.screen.height < 6000000 | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:18:25) |
|
Pass | window.screen.availWidth >= 0 && window.screen.availWidth <= window.screen.width | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:20:25) |
|
Pass | window.screen.availHeight >= 0 && window.screen.availHeight <= window.screen.height | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:22:25) |
|
Pass | window.screen.colorDepth == 0 || window.screen.colorDepth == 16 || window.screen.colorDepth == 24 || window.screen.colorDepth == 30 || window.screen.colorDepth == 32 | Asserts runPass | assert_in_array(24, [0, 16, 24, 30, 32])
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:24:25) |
|
Pass | window.screen.pixelDepth must return the value returned by window.screen.colorDepth | Asserts runPass | assert_equals(24, 24)
at Test.<anonymous> ( /css/cssom-view/cssom-view-window-screen-interface.html:26:25) |
|