summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/render/reftests/nested-svg-overflow-clip.html
blob: b6f7e6d5eda03b976e7fde709f0d7735ea4c405d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="match" href="rect-ref.html">
<style>
svg {
  overflow: visible;
}
</style>
<svg style="width: 100px; height: 100px">
  <svg style="overflow: clip;">
    <rect height="250" width="250" fill="green">
  </svg>
</svg>