summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/fragmented-inline-block-002-print-ref.html
blob: dcfa3a1385628a90cb2d1be17e8bf6da09cde20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Reference Case</title>
  <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1740304">
  <style>
    .tall {
      height: 10in;
      width: 1in;
      border: 0.5in solid black;
    }
  </style>
</head>
<body>
  <div class="tall"></div>
</body>
</html>