no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-mediaqueries / mq_prefers_reduced_motion_reduce.html
blobddc9813dee7154724eb80271e05118f463a6714b
1 <!doctype html>
2 <meta charset="utf-8">
3 <html>
4 <title>prefers-reduced-motion: reduce</title>
5 <style>
6 div {
7 width: 100px;
8 height: 100px;
11 @media (prefers-reduced-motion: reduce) {
12 div { background-color: green; }
14 </style>
15 <div></div>
16 </html>