summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-position/hypothetical-dynamic-change-001-ref.html
blob: 12e109bd0b2be3d7cef2717306900426db7a23fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<title>CSS test reference</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<style>
  .ancestor {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 100px;
    top: 0;
    background-color: green;
  }
</style>
<div class="ancestor"></div>