blob: 9534302a7d90c524e91aaf172234be5abe2c8031 [file] [log] [blame]
<html>
<head>
<title>CSS4 media query test: monochrome.</title>
<style type="text/css">
p { color: black; }
#a { color: green; }
</style>
</head>
<body>
<p id="a"></p>
<p>Before was: rgb(0, 0, 0) - should be rgb(0, 0, 0)</p>
<p>After was: rgb(0, 128, 0) - should be rgb(0, 128, 0)</p>
</body>
</html>