no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / svg / textPath-05.html
blob489a2b842e88f15d5b635a3c03fc26ed64c453d1
1 <!DOCTYPE html>
2 <!--
3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/publicdomain/zero/1.0/
5 -->
6 <html style="background-color: lime;">
7 <head>
8 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
9 </head>
10 <body>
11 <span style="display:none;"> דניאל גל</span>
12 <svg width="100%" height="100%">
13 <defs>
14 <path id="p" d="M50,50h400"/>
15 </defs>
16 <text fill="lime" font-size="50px">
17 <textPath xlink:href="#p"><tspan>I should be lime</tspan></textPath>
18 </text>
19 </svg>
20 </body>
21 </html>