W3C DOM tests - ScreenView

This page contains test cases for the CSS OM Screen View.

Test scripts

availWidth/Height

alert(screen.availWidth)
alert(screen.availHeight)

color

alert(screen.colorDepth)
alert(screen.pixelDepth)

width/height

alert(screen.width)
alert(screen.height)