tenfourfox/layout/reftests/text-svgglyphs/svg-glyph-html.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
359 B
HTML

<!DOCTYPE html>
<title>Test for SVG glyphs being used in HTML content</title>
<style>
@font-face {
font-family: "Liberation";
src: url(resources/svg.woff);
}
html { width: 400px; height: 400px; background-color: white; }
body { margin: 0; }
div { font: 200px Liberation; color: fuchsia; line-height: 1; stroke: none; }
</style>
<div>b</div>