summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/364861-1-ref.html
blob: ab503e0352d9c93812041943e6108d9513b1c2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <div style="background: black;
                background-clip: padding-box;
                width: 400px;
                padding: 0;
                height: 300px;
                border: 100px solid rgba(255, 255, 0, 0.5);
                border-radius: 240px / 200px">
    </div>
  </body>
</html>