Display Tests

Screen Resolution Test

View screen size, available size, viewport, pixel ratio, orientation and color depth.

Why results may vary

Browser zoom and operating-system scaling can make viewport size differ from physical panel resolution.

How to use this test

Open the page on the display you want to inspect. Resize the browser if you want to compare full screen dimensions with the current viewport and device pixel ratio.

How the measurement works

The page reads window.screen, viewport size, devicePixelRatio, orientation and colorDepth values exposed by the browser.

How to interpret results

Screen resolution is the browser-reported logical screen size, while viewport size is the content area available to the page. OS scaling and browser zoom can make these values differ from physical panel pixels.

Troubleshooting tips

Set browser zoom to 100%, check operating-system scaling and move the browser to the correct monitor before comparing values.