layout/reftests/font-face/missing-names-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-face/missing-names-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>Missing name tests</title>
     1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +  
    1.10 +<style type="text/css">
    1.11 +
    1.12 +body {
    1.13 +  margin: 50px;
    1.14 +}
    1.15 +
    1.16 +@font-face { font-family: markA-regular; src: url(../fonts/markA.ttf); }
    1.17 +
    1.18 +.markA-regular { font-family: markA-regular; }
    1.19 +
    1.20 +</style>
    1.21 +  
    1.22 +<script type="text/javascript">
    1.23 +
    1.24 +</script>
    1.25 +  
    1.26 +</head>
    1.27 +<body>
    1.28 +<p>These lines should all be the same non-alphabetic character:</p>
    1.29 +<p class="markA-regular">A</p>
    1.30 +<p class="markA-regular">A</p>
    1.31 +<p class="markA-regular">A</p>
    1.32 +<p class="markA-regular">A</p>
    1.33 +<p class="markA-regular">A</p>
    1.34 +</body>
    1.35 +</html>
    1.36 \ No newline at end of file

mercurial