https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2269d75248359d66d5bcd3b4e3b775f46ca599c6 authored by Ryan VanderMeulen on 28 April 2014, 16:15:22 UTC
Backed out 2 changesets (bug 843265, bug 969392) because they're disabled on b2g28 anyway.
Tip revision: 2269d75
ignored-margins-1-ref.html
<!DOCTYPE html>
<html>
  <body>
    <div style="width: 100px; border: 1px solid green;">
      <div style="display: block; height: 20px; width: 80px; margin: 10px 0 10px 10px; border: 5px solid black"></div>
    </div>
  </body>
</html>
back to top