diff options
Diffstat (limited to 'layout/reftests/text-svgglyphs/svg-glyph-compressed.html')
-rw-r--r-- | layout/reftests/text-svgglyphs/svg-glyph-compressed.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/text-svgglyphs/svg-glyph-compressed.html b/layout/reftests/text-svgglyphs/svg-glyph-compressed.html new file mode 100644 index 0000000000..0c51a54b12 --- /dev/null +++ b/layout/reftests/text-svgglyphs/svg-glyph-compressed.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<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> +<div>abcdefg</div> +<div>LMNOPQR</div> |