summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/text/multiple-x-percentages-2-iframe.svg
blob: 03a336d74ced04783dd50efaebab1f9789ef78ab (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 50%" y="100" style="font: 16px sans-serif">hello</text>
  <text x="150" y="100 75%" style="font: 16px sans-serif">there</text>
</svg>