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