Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / bidi-embedded-direction.svg
blob46f7f7a93c5869c8cb65e4d91eafb6b77349ca79
1 <svg xmlns="http://www.w3.org/2000/svg"
2 width="150px" height="275px" viewBox="0 -25 150 275">
3 <line x1="10" y1="25" x2="10" y2="225" stroke="black" stroke-width="1"/>
4 <text x="10" y="50" font-size="24" font-family="Arial" direction="rtl" unicode-bidi="embed">
5 שלום <tspan direction="ltr" unicode-bidi="embed">world</tspan>
6 </text>
7 <text x="10" y="100" font-size="24" font-family="Arial">
8 &#x202B;שלום &#x202A;world&#x202C;&#x202C;
9 </text>
11 <text x="10" y="150" font-size="24" font-family="Arial" direction="rtl" unicode-bidi="bidi-override">
12 hello <tspan direction="ltr" unicode-bidi="embed">world</tspan>
13 </text>
14 <text x="10" y="200" font-size="24" font-family="Arial">
15 &#x202E;hello &#x202A;world&#x202C;&#x202C;
16 </text>
17 </svg>