summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/multiple-x-percentages-ref.svg
blob: 78f6ab9223912c85e9d9d3d5a4688fae6c5dec5a (plain)
1
2
3
4
5
6
7
8
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
  <text x="50 100" y="100" style="font: 16px sans-serif">hello</text>
  <text x="150" y="100 150" style="font: 16px sans-serif">there</text>
</svg>