7 font-family :
"Times New Roman";
19 text-rendering: geometricPrecision;
24 crbug.com/
245996: Text should zoom like geometry.
<br/>
25 This test passes if there is no red.
<br/>
26 <svg version=
"1.1" width=
"32px" height=
"32px">
27 <text x=
"10" y=
"22">F
</text>
28 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>
30 <svg version=
"1.1" width=
"2em" height=
"2em">
31 <text x=
"10" y=
"22">A
</text>
32 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>
34 <svg version=
"1.1" width=
"2em" height=
"2em" viewbox=
"0 0 32 32">
35 <text x=
"10" y=
"22">I
</text>
36 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>
38 <svg version=
"1.1" width=
"32px" height=
"32px">
39 <text class=
"geometricPrecision" x=
"10" y=
"22">L
</text>
40 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>
42 <svg version=
"1.1" width=
"2em" height=
"2em">
43 <text class=
"geometricPrecision" x=
"10" y=
"22">F
</text>
44 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>
46 <svg version=
"1.1" width=
"2em" height=
"2em" viewbox=
"0 0 32 32">
47 <text class=
"geometricPrecision" x=
"10" y=
"22">F
</text>
48 <rect x=
"10" y=
"10" width=
"12" height=
"12"/>