summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform/zoom-hack-1.html
blob: 2bce0ac6c6219e8bef67efeabdf229d8ddfe8039 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<style>
  div {
    width: 100px;
    height: 100px;
    background: green;
    zoom: 2;
  }
</style>
<div></div>