https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 79902b22437236e6c717e39e4913ff105f9d8810 authored by Agi Sferro on 06 July 2020, 16:04:21 UTC
Bug 1647078 - Fix unit tests and checkstyle. r=snorp,esawin a=RyanVM
Tip revision: 79902b2
multiple-changes-ref.html
<!DOCTYPE html>
<html>
  <body>
    <style>
      #a { border: 1px solid black; width: 100px; height: 100px; left: 10px; }
      #b { border: 1px solid blue; width: 50px; height: 50px; left: 20px; }
      div { position: absolute; }
    </style>
    <div id="a">
      <div id="b">
      </div>
    </div>
  </body>
</html>

back to top