summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1243125-1-floats-overflowing-ref.html
blob: 35b2d8239a3a8a580492aa5dde6a7f64959d5456 (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
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
  <title>Bug 1243125 testcase</title>
  <meta charset="utf-8">
  <style type="text/css">
  div {
    overflow: hidden;
    height: 20px;
    width: 300px;
    background: green;
    margin: 8px 0;
  }
  </style>
</head>
<body>
  <p>There should be 9 green bars</p>

  <div></div>
  <div></div>
  <div></div>

  <div></div>
  <div></div>
  <div></div>

  <div></div>
  <div></div>
  <div></div>
</body>
</html>