3 <title>CSS3 media query test: Device-pixel ratio query. Using style element, @media css rule.
</title>
4 <style type=
"text/css">
5 @media screen and
(-webkit-max-device-pixel-ratio: 1.5) {
13 <p>This text should be green if the resolution scaling factor is
1.5 or smaller. Otherwise, it should be black.
</p>