haikuwebkit/LayoutTests/fast/media/mq-pixel-ratio-print-expect...

15 lines
447 B
Plaintext

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