3 <title>CSS3 media query test: Media query testing value of grid (screen and grid:
0). Using style attribute, @media css rule.
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type=
"text/css">
6 @media screen and
(grid: 0) {
12 <p> This text should be green if viewing device is bitmap device
</p>