3 <title> CSS3 media query test: matches color or monochrome screens
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type=
"text/css">
7 @media all and
(color
) {
10 @media all and
(monochrome
) {
16 <p> This text should be green.
</p>