haikuwebkit/LayoutTests/fast/media/mq-monochrome-forced-value-...

13 lines
249 B
HTML

<html>
<head>
<title>CSS4 media query test: monochrome.</title>
<style type="text/css">
p { color: #888; }
</style>
</head>
<body>
<p id="a">This text should be mid grey #888.</p>
<p id="b">This text should be mid grey #888.</p>
</body>
</html>