https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c034a5f1907fefabbe6cc8d49ea81d041e2ff60f authored by ffxbld on 09 November 2011, 19:31:44 UTC
Added tag FIREFOX_9_0b1_BUILD1 for changeset 31302afe89b3. CLOSED TREE a=release
Tip revision: c034a5f
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