aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/ref/overflow_position_abs_inside_normal_b.html
blob: 6d0bb81e4beab8e6add56137837e74ffc82a57a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <title>
    `overflow: hidden` on #second has no effect on #abs because its CB is #first.
  </title>
  <head>
    <style>
      #first {
      height: 200px;
      width: 200px;
      background: green;
      }
    </style>
  </head>
  <body>
    <div id="first"></div>
  </body>
</html>