summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-radius/clipping-preserve-3d-ref.html
blob: 54ce4bc0442e882ac963e2beb1300ab17523f64d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
  <div style="width: 400px; overflow: hidden; border-radius: 50%;">
    <div style="transform-style: preserve-3d; position:relative; transform: translateX(100px);">
      <div style="width: 200px;height: 200px;background-color: red;position: relative;left: 200px;">
      </div>
    </div>
  </div>
</body>
</html>