summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1103258-1-ref.html
blob: 96d79e14fa56e111e537086cb853e42c6c5d020a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<style>
#d1 {
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
  width: 64px;
  height: 64px;
  background: red;
}
</style>
<div id="d1">
</div>