blob: 1620ae24f06252ec5075ac8fc6a698234ba9fa30 [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
The current pixel depth returned by window.screen.pixelDepth is:
<script>
document.write(window.screen.pixelDepth);
</script>
<br>
The current color depth returned by window.screen.colorDepth is:
<script>
document.write(window.screen.colorDepth);
</script>