no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / svg / use-children.svg
blobf0b04e3163cf852b752dfa05301569be496bff63
1 <!--
2 Any copyright is dedicated to the Public Domain.
3 http://creativecommons.org/publicdomain/zero/1.0/
4 -->
5 <svg xmlns="http://www.w3.org/2000/svg" version="1.1"
6 xmlns:xlink="http://www.w3.org/1999/xlink">
7 <title>Testing that 'use' doesn't render its kids.</title>
9 <rect width="100%" height="100%" fill="lime" id="r1"/>
10 <use id="u2" x="0%" width="100%">
11 <rect width="100%" height="100%" fill="red" id="r2"/>
12 </use>
13 </svg>