summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/multiple-x-percentages-2-iframe-ref.svg
blob: bf2ff14e3f043d9742090860907131c70f87a471 (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">
  <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>