https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fefae0f1edebb7868d80e44ed6650df748f6a972 authored by Ryan VanderMeulen on 07 June 2014, 19:21:59 UTC
Merge b2g26 to v1.2f. a=merge
Tip revision: fefae0f
scale-1-ref.html
<html>
<head>
  <style>
    body { margin: 0px; }
    #test {
      background: green;
      width: 50px;
      height: 50px;
      margin: 25px;
    }
  </style>
<body>
  <div id="test">
  </div>
</body>
</html>
back to top