https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ae45b008041d0e05081c1cac71910b0109720215 authored by Petru-Mugurel Lingurar on 08 May 2020, 15:52:13 UTC
Bug 1633568 - Document the installation ping. r=frank, a=RyanVM
Tip revision: ae45b00
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