layout/reftests/font-face/load-badfullname-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-badfullname-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Test of fonts with funky fullnames</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 +@font-face {
    1.13 +  font-family: test;
    1.14 +  src: url(../fonts/markA.ttf);
    1.15 +}
    1.16 +
    1.17 +body {
    1.18 +  margin: 50px;
    1.19 +  font-size: 12pt;
    1.20 +  font-family: Gill Sans, Futura, sans-serif;
    1.21 +}
    1.22 +
    1.23 +p.test1 { font-size: 48pt; font-family: test, Futura, sans-serif; }
    1.24 +p.test2 { font-size: 48pt; font-family: test, Futura, sans-serif; }
    1.25 +
    1.26 +</style>
    1.27 +  
    1.28 +</head>
    1.29 +<body>
    1.30 +
    1.31 +<p>Letter A should <strong>not</strong> appear below:</p>
    1.32 +
    1.33 +<p class="test1">A</p>
    1.34 +
    1.35 +<p class="test2">A</p>
    1.36 +
    1.37 +</body>
    1.38 +</html>
    1.39 \ No newline at end of file

mercurial