https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dcf7d2f5923074023a7517d7c903c4940c00c8d2 authored by B2G Bumper Bot on 12 January 2015, 18:57:03 UTC
Bumping manifests a=b2g-bump
Tip revision: dcf7d2f
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