https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 38077eeb7ae2da514bfc1bc76c786de19c751bbe authored by B2G Bumper Bot on 22 February 2015, 22:02:39 UTC
Bumping manifests a=b2g-bump
Tip revision: 38077ee
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