1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/text/graphite-05-ref.html
T

21 lines
263 B
HTML

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