https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 776606f924168b74b3af23aa49f39369402f954f authored by ffxbld on 19 October 2011, 14:10:26 UTC
Added tag FENNEC_8_0b4_BUILD1 for changeset 85d90596cab0. CLOSED TREE a=release
Tip revision: 776606f
scale-1b.html
<html>
<head>
  <style>
    body { margin: 0px; }
    #test {
      background: green;
      width: 100px;
      height: 100px;
      -moz-transform: scale(0.5);
    }
  </style>
</head>
<body>
  <div id="test">
  </div>
</body>
</html>
back to top