Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / high-contrast / forced-colors-001.html
blob921cab8f3031f6226043d61c08c9235f0149f0ea
1 <!DOCTYPE html>
2 <meta charset="utf-8">
3 <title>forced colors active should be true in boolean context</title>
4 <style>
5 div {
6 width: 100px;
7 height: 100px;
9 @media(forced-colors) {
10 div {
11 outline: 2px solid black;
14 </style>
15 <div></div>