summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-svgglyphs/svg-glyph-compressed-ref.html
blob: 3325c05f2255cafcdfbc1d137faddd2266b39210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<title>Test for compressed SVG glyphs</title>
<style>
  @font-face {
    font-family: test;
    src: url(resources/svg.woff); /* uses uncompressed SVG documents */
  }
  html { width: 400px; height: 400px; background-color: white; }
  body { margin: 0; }
  div { font: 200px test; color: fuchsia; line-height: 1; stroke: none; }
</style>
<div>abcdefg</div>
<div>LMNOPQR</div>