layout/reftests/text/synthetic-bold-papyrus-01-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/synthetic-bold-papyrus-01-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Test</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 {
    1.12 +    margin: 50px;
    1.13 +    font-size: 24px;
    1.14 +  }
    1.15 +
    1.16 +  #test1 { font-family: Papyrus, serif; }
    1.17 +
    1.18 +</style>
    1.19 +
    1.20 +</head>
    1.21 +
    1.22 +<body>
    1.23 +  <p id="test1">Test for Papyrus font <b>within a bold tag</b>.</p>
    1.24 +</body>
    1.25 +
    1.26 +</html>

mercurial