layout/reftests/font-matching/arial-variations-3-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/font-matching/arial-variations-3-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>Arial Variations</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 +p#test1b { font-family: Georgia, serif; }
    1.17 +p#test2b { font-family: Georgia, serif; }
    1.18 +p#test3b { font-family: Georgia, serif; }
    1.19 +p#test4b { font-family: Georgia, serif; }
    1.20 +
    1.21 +p#test1b { color: red; }
    1.22 +p#test2b { color: red; }
    1.23 +p#test3b { color: red; }
    1.24 +p#test4b { color: red; }
    1.25 +
    1.26 +#tests {
    1.27 +  font-size: 18pt;
    1.28 +  margin-left: 0.5em;
    1.29 +}
    1.30 +
    1.31 +</style>
    1.32 +
    1.33 +</head>
    1.34 +<body>
    1.35 +
    1.36 +<p>Text in black should appear in Arial and text in red in Georgia or the default serif font:</p>
    1.37 +
    1.38 +<div id="tests">
    1.39 +<p id="test1b">{ font-family: ArialMT, Georgia, serif; }</p>
    1.40 +<p id="test2b">{ font-family: Arial-BoldMT, Georgia, serif; }</p>
    1.41 +<p id="test3b">{ font-family: Arial-ItalicMT, Georgia, serif; }</p>
    1.42 +<p id="test4b">{ font-family: Arial-BoldItalicMT, Georgia, serif; }</p>
    1.43 +</div>
    1.44 +
    1.45 +</body>
    1.46 +</html>

mercurial