tenfourfox/layout/reftests/font-face/load-badchecksum.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

32 lines
752 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Checksums for downloadable fonts</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body { margin: 50px; font-size: 24px; }
@font-face {
font-family: VeraBadChecksum;
src: url(../fonts/VeraBd.ttf);
}
@font-face {
font-family: VeraGoodChecksum;
src: url(../fonts/VeraBd-validchecksum.ttf);
}
.verabad { font-family: VeraBadChecksum, Futura, sans-serif; }
.veragood { font-family: VeraGoodChecksum, Futura, sans-serif; }
</style>
<script type="text/javascript">
</script>
</head>
<body>
<p class="verabad">Fonts load with or without correct head table checksums</p>
</body>
</html>