haikuwebkit/LayoutTests/fast/media/mq-prefers-reduced-motion-l...

15 lines
319 B
HTML

<html>
<head>
<title>CSS4 media query test: prefers-reduced-motion.</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>