chromium/third_party/blink/web_tests/svg/text/text-underline-offset-expected.svg

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600">
<style>
#t1, #g1 {
  font-size: 40px;
  text-decoration: underline;
}
#t2 {
  font-size: 20px;
  text-decoration: underline;
}
</style>
<text id="t1" x="20" y="40">Not scaled</text>
<text id="t2" x="10" y="80" transform="scale(2)">Scaled</text>
<g id="g1"><text x="20" y="280">Wrapped with &lt;g></text></g>
</svg>