summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/contain-size-break-001-ref.html
blob: 9e28978679c526939b3d2be856621a6f94975903 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html class="reftest-paged">
<head>
  <meta charset="utf-8">
  <title>CSS Reftest Reference</title>
  <style>
    .basicOuter {
      height: 20px;
      background: orange;
    }
  </style>
</head>
  <body>
    <div class="basicOuter">
      before
      <div>inside</div>
      after
    </div>
  </body>
</html>