blob: aa8e2126a8bb38eec86c9a7efe661ba55d8d7e44 [file] [log] [blame]
<html>
<head>
<title>CSS4 media query test: prefers-contrast.</title>
<style type="text/css">
p { color: green; }
</style>
</head>
<body>
<p id="a">This text should be green.</p>
<p id="b">This text should be green.</p>
<p id="c">This text should be green.</p>
<p id="d">This text should be green.</p>
</body>
</html>