tenfourfox/layout/reftests/bugs/1103258-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
169 B
HTML

<style>
#d1 {
position: absolute;
top: 0px;
left: 0px;
will-change: transform;
width: 64px;
height: 64px;
background: red;
}
</style>
<div id="d1">
</div>