summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-svgglyphs/svg-glyph-compressed.html
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-05-23 19:47:59 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-05-23 19:47:59 -0400
commit73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850 (patch)
tree5d1337e6614872da0c5fc28f4232852598cc98d3 /layout/reftests/text-svgglyphs/svg-glyph-compressed.html
parent372fccddf49146f9a0847564959d36ba3bef2e62 (diff)
downloadUXP-73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850.tar
UXP-73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850.tar.gz
UXP-73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850.tar.lz
UXP-73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850.tar.xz
UXP-73f9b2c70d4653fb47c7f60d6c11aa26a0c0b850.zip
Issue #1101 - Support gzip-compressed SVGs in OpenType+SVG fonts
Diffstat (limited to 'layout/reftests/text-svgglyphs/svg-glyph-compressed.html')
-rw-r--r--layout/reftests/text-svgglyphs/svg-glyph-compressed.html15
1 files changed, 15 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 000000000..e8123bba6
--- /dev/null
+++ b/layout/reftests/text-svgglyphs/svg-glyph-compressed.html
@@ -0,0 +1,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> \ No newline at end of file