https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1616edc376e8da07ccd4a6dcb838dede50a08bf3 authored by B2G Bumper Bot on 28 October 2015, 10:34:49 UTC
Bumping manifests a=b2g-bump
Tip revision: 1616edc
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