summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/prefers-contrast-black-ref.html
blob: 470f66fa8373a6ef227132007b74aa473183ea23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>reference: a black box to test the prefers-contrast media
query</title>

<style type="text/css">
    div {
        width: 100px;
        height: 100px;
        outline: 2px solid black;
    }
</style>
</head>
<body>
  <div></div>
</body>
</html>