summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/style/anim-css-fontsize-1-ref.svg
blob: 4747c2824c011f699a8deffb46ab9c79d9acc457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<svg xmlns="http://www.w3.org/2000/svg">
  <text x="20px" y="20px" style="font-size: 2px">abc
  </text>
  <text x="70px" y="20px" style="font-size: 10px">abc
  </text>
  <text x="120px" y="20px" style="font-size: 13px">abc
  </text>
  <text x="20px" y="70px" style="font-size: 17.5px">abc
  </text>
  <text x="70px" y="70px" style="font-size: 19.9px">abc
  </text>
  <text x="120px" y="70px" style="font-size: 25px">abc
  </text>
  <text x="20px" y="120px" style="font-size: 26px">abc
  </text>
  <text x="70px" y="120px" style="font-size: 30px">abc
  </text>
  <text x="120px" y="120px" style="font-size: 30px">abc
  </text>
</svg>