summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/load-badchecksum-ref.html
blob: 6e8cac31b019b6cab9d5402e6afe09d59cea5593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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="veragood">Fonts load with or without correct head table checksums</p>
</body>
</html>