tenfourfox/layout/reftests/text/synthetic-bold-metrics-01-notref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

24 lines
421 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@font-face {
font-family: dejavu;
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
}
p {
font-family: dejavu; /* family with only a single weight */
}
.test {
color: white; /* hide the text, we're only comparing metrics */
}
</style>
</head>
<body>
<p>AbcdefghijklmnopqrstuvwxyZ</p>
<p>A<span class="test">bcdefghijklmnopqrstuvwxy</span>Z</p>
</body>
</html>