Bug 1917371 - Consolidate unit_base_updater and unit_service_updater tests, r=bytesiz...
[gecko.git] / layout / reftests / text-svgglyphs / svg-glyph-compressed.html
blob0c51a54b123610a43effe25fb54ce6610fa0cd14
1 <!DOCTYPE html>
2 <title>Test for compressed SVG glyphs</title>
3 <style>
4 @font-face {
5 font-family: test;
6 src: url(resources/svg-gz.ttf); /* copy of svg.woff using gzip-compressed SVG documents */
8 html { width: 400px; height: 400px; background-color: white; }
9 body { margin: 0; }
10 div { font: 200px test; color: fuchsia; line-height: 1; stroke: none; }
11 </style>
12 <div>abcdefg</div>
13 <div>LMNOPQR</div>