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