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

21 lines
267 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
@font-face {
font-family: test;
src: url(../fonts/graphite/grtest-ot-only.ttf);
}
body {
margin: 20px;
font: 100px test;
}
p { margin: 0; padding: 0; }
</style>
</head>
<body>
<p>FAIL</p>
</body>
</html>