This case tests the Screen pixelDepth and colorDepth

The test passes if the value is either 24 or 30

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PasstestColorDepth
Asserts run
Pass
assert_true(true, "Expected value for colorDepth is either 24 or 30")
    at Test.<anonymous> ( /css/cssom-view/Screen-pixelDepth-Screen-colorDepth001.html:19:13)
PasstestPixelDepth
Asserts run
Pass
assert_true(true, "Expected value for pixelDepth is either 24 or 30")
    at Test.<anonymous> ( /css/cssom-view/Screen-pixelDepth-Screen-colorDepth001.html:23:13)