haikuwebkit/LayoutTests/fast/media/mq-inverted-colors-forced-v...

15 lines
325 B
HTML

<html>
<head>
<title>CSS4 media query test: inverted-colors.</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>