blob: 6590b4eb4e6b07d24bf171b8980fe130e95cb815 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: media query testing not and parameterless feature (not screen and (grid)). Using style element, @media css rule.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#grid" />
<style type="text/css">
@media not screen and (grid) {
p { color: green }
}
</style>
</head>
<body>
<p> This text should be green if viewing device is not a grid device.</p>
</body>
</html>