summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/layout/svg-use-symbol-animateMotion-print-ref.html
blob: 07e162c8a5182d7550640801d05c3ccc36718adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<style>
 body { margin: 0 }
</style>
<body>
<svg width=200 height=200 viewBox="0 0 200 200">
  <rect fill="purple" width=100 height=100 />
  <rect fill="blue" width=50 height=50 />
</svg>
</body>
</html>