1 CSS3 media query test: -webkit-device-pixel-ratio combined with print.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS matchMedia('(-webkit-min-device-pixel-ratio: 1)').matches is true
7 PASS resolutionFromStyle() is 1
8 PASS matchMedia('(-webkit-min-device-pixel-ratio: 3)').matches is true
9 PASS resolutionFromStyle() is 3
10 PASS resolutionFromStyle() is 3.125
11 PASS successfullyParsed is true