https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c3b1582720bad63628fcf2dc6722159a8f13d4b authored by Gregor Wagner on 04 April 2016, 10:08:53 UTC
Merge
Tip revision: 2c3b158
scale-1a.html
<html>
<head>
  <style>
    body { margin: 0px; }
    #test {
      background: green;
      width: 100px;
      height: 100px;
      -moz-transform: scale(0.5, 0.5);
    }
  </style>
</head>
<body>
  <div id="test">
  </div>
</body>
</html>
back to top