summaryrefslogtreecommitdiffstats
path: root/layout/reftests/display-list/reuse-sc-style-change-abs-pos-1-ref.html
blob: 090919294745151001e557f63b39642f3c49936a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>

<head>
  <meta charset="UTF-8">
</head>

<body>
  <div style="position: absolute; will-change: transform;">
    Foo
  </div>
  <div style="color: green;">
    Bar
  </div>
</body>

</html>