import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,32 @@
<!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>