summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-will-change/will-change-fixedpos-cb-001-ref.html
blob: 9dfc24c526bc2decc452a73a0065b5ae39faf5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
  div {
    border: 1px solid green;
    background: green;
    margin-top: 100px;
    width: 100px;
    height: 100px;
  }
</style>
<div></div>