summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/multiple-x-percentages-3-iframe-ref.svg
blob: 0e148f4257071eb9e521e2eefc2d9f5b2724e407 (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 60 70 80 90 100" y="100" style="font: 16px sans-serif">hello!</text>
  <text x="150" y="100 110 120 130 140 150" style="font: 16px sans-serif">there!</text>
</svg>