wpt / svg / text / reftests / dominant-baseline-central-large-font-size.svg

Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/text/reftests/dominant-baseline-central-large-font-size.svg

<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml">
  <title>'dominant-baseline: central' on &#x3c;text&#x3e; with large font-size (and scaling)</title>
  <h:link rel="help" href="https://drafts.csswg.org/css-inline-3/#dominant-baseline-property"/>
  <h:link rel="help" href="https://crbug.com/389845192"/>
  <h:link rel="match" href="dominant-baseline-central-large-font-size-ref.svg"/>
  <h:link rel="stylesheet" type="text/css" href="/fonts/ahem.css"/>
  <svg viewBox="0 0 1000 2000" width="100" height="200">
    <text dominant-baseline="central" fill="green" y="400"
          font-size="1000" font-family="Ahem" text-decoration="underline">X</text>
  </svg>
</svg>