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

22 lines
333 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family : svgttf;
src : url(resources/svg.woff);
}
body {
font-family : svgttf;
font-size : 200px;
color : palevioletred;
}
</style>
</head>
<body>
<div>
O<br>
</div>
</body>
</html>