blob: 83b1734ddaaf2d9c8f3285ba940b2ec9cb802f05 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: media query testing compound queries (screen and (color) and (grid:0)). Using style element, css @import rule</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
<style type="text/css" >
@import url(import-p-green.css) screen and (color) and (grid:0);
</style>
</head>
<body>
<p> This text should be green on bitmap color devices.</p>
</body>
</html>