https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1fe15fe9c37a836d4bb21a208493af3d0788c84b authored by B2G Bumper Bot on 09 June 2014, 13:47:09 UTC
Bumping manifests a=b2g-bump
Tip revision: 1fe15fe
115199-2a.html
<!DOCTYPE html>
<html class="reftest-print">
<head>
  <style>
    @page {
      /*
       * Test a margin that causes the page to have zero width.
       */
      margin: 0 2.5in;
    }
    * {
      margin: 0;
      padding: 0;
    }
    div {
      width: 100%;
      border: 0.25in solid green;
    }
  </style>
</head>
<body>
  <div></div>
</body>
</html>
back to top