summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-svgglyphs/svg-glyph-compressed.html
blob: e8123bba69d48cea86bec245a4b1f30a4b407906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Test for compressed SVG glyphs</title>
<style>
  @font-face {
    font-family: test;
    src: url(resources/svg-gz.ttf); /* copy of svg.woff using gzip-compressed 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>
</head><body><div>abcdefg</div>
<div>LMNOPQR</div>
</body></html>