summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/forced-colors-mode/forced-colors-mode-48-ref.html
blob: 53f72c1259e9498f4b9337049455a20f35674d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - forced-color-adjust propagation to viewport.</title>
<style>
  body {
    margin:0;
    overflow: hidden;
  }
  div {
    background-color: green;
    forced-color-adjust: none;
    height: 100vh;
    width: 100vw;
  }
</style>
<div></div>