layout/reftests/font-face/load-badchecksum-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-face/load-badchecksum-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Checksums for downloadable fonts</title>
     1.8 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.9 +
    1.10 +  <style type="text/css">
    1.11 +    body { margin: 50px; font-size: 24px; }
    1.12 +    
    1.13 +    @font-face {
    1.14 +      font-family: VeraBadChecksum;
    1.15 +      src: url(../fonts/VeraBd.ttf);
    1.16 +    }
    1.17 +    
    1.18 +    @font-face {
    1.19 +      font-family: VeraGoodChecksum;
    1.20 +      src: url(../fonts/VeraBd-validchecksum.ttf);
    1.21 +    }
    1.22 +    
    1.23 +    .verabad { font-family: VeraBadChecksum, Futura, sans-serif; }
    1.24 +    .veragood { font-family: VeraGoodChecksum, Futura, sans-serif; }
    1.25 +    
    1.26 +  </style>
    1.27 +
    1.28 +  <script type="text/javascript">
    1.29 +  </script>
    1.30 +
    1.31 +</head>
    1.32 +<body>
    1.33 +<p class="veragood">Fonts load with or without correct head table checksums</p>
    1.34 +</body>
    1.35 +</html>
    1.36 \ No newline at end of file

mercurial