Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / high-contrast / prefers-contrast-001.html
blob0e94012ed879fd0d514764b379153f6054030b4c
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>low, fixed, and high should all evaluate to true in the boolean context.</title>
4 <style>
5 div {
6 width: 100px;
7 height: 100px;
9 @media(prefers-contrast) {
10 div {
11 outline: 2px solid black;
14 </style>
15 <div></div>