summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-position/sticky/reference/position-sticky-fixed-ancestor-002-ref.html
blob: abdc1dbcfa7ea243cc0f86db1d061e1efc201e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>

 <meta charset="UTF-8">

 <title>CSS Reference File</title>

  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  html, body, div
    {
      background-color: green;
      color: white;
      font-size: 40vh;
      height: 100%;
      margin: 0;
    }
  </style>

  <div>PASS</div>