summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/render/reftests/render-sync-with-font-size-ref.html
blob: c3131930417053812366429ecb741f730abf7592 (plain)
1
2
3
4
5
6
7
<!doctype html>
<title>Render is synchronized with font-size change</title>
<svg width="400" height="400" style="font-size:20px">
  <rect width="5em" height="5em" rx="5px" ry="5px" fill="magenta" />
  <circle cx="10em" cy="5em" r="4em" fill="purple" />
  <line y1="6em" x2="15em" y2="6em" stroke="skyblue" />
</svg>