summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/526463-1-ref.html
blob: 52e5d2d162d008895ab29917bfc6808ce18717aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <title>Testcase, bug 526463</title>
  </head>
  <body>
    <div style="border-radius: 50px;overflow:hidden;background:gold">
      outer div
      <div>inner div</div>
    </div>
  </body>
</html>