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

20 lines
396 B
HTML

<html>
<head>
<style type="text/css">
@font-face {
font-family: Pos;
src: url(../fonts/PositioningTest2.ttf);
}
p {
font-family: Pos;
font-size: 50px;
opacity: 0.5;
}
</style>
</head>
<body>
<!-- The PositioningTest2 font uses a GSUB substitution lookup
to replace the 'o' with a raised version of the glyph -->
<p>Hello World!</p>
</body>