summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/clipPath-on-outflowElement-01-ref.html
blob: 8a94dc64c337146b9792a8c2ad6acd6836262189 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body style="margin: 0px;">
  <svg x="0" y="0" height="300" width="300">
    <rect x="0" y="0" width="100" height="100" style="stroke:none; fill: blue"/>
    <rect x="100" y="100" width="100" height="100" style="stroke:none; fill: blue"/>
    <rect x="200" y="200" width="100" height="100" style="stroke:none; fill: blue"/>
  </svg>
</body>
</html>