summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/contain-size-break-002-ref.html
blob: 3ccd8a6b8ffd4939c923e9e4ca37ba3e6053cfbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html class="reftest-paged">
<head>
  <meta charset="utf-8">
  <title>CSS Reftest Reference</title>
  <style>
    table {
      background: lightblue;
      height: 1in;
      width: 1in;
    }
    .basicOuter {
      height: 20px;
      background: orange;
    }
  </style>
</head>
  <body>
    <div class="basicOuter">
      <table border>
        <tr><td></td></tr>
        <tr><td></td></tr>
      </table>
    </div>
  </body>
</html>