1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/arial-variations-4-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#test1c { font-family: Georgia, serif; } 1.17 +p#test2c { font-family: Georgia, serif; } 1.18 +p#test3c { font-family: Georgia, serif; } 1.19 +p#test4c { font-family: Georgia, serif; } 1.20 + 1.21 +p#test1c { color: red; } 1.22 +p#test2c { color: red; } 1.23 +p#test3c { color: red; } 1.24 +p#test4c { 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="test1c">{ font-family: arialmt, georgia, serif; }</p> 1.40 +<p id="test2c">{ font-family: arial-boldmt, georgia, serif; }</p> 1.41 +<p id="test3c">{ font-family: arial-italicmt, georgia, serif; }</p> 1.42 +<p id="test4c">{ font-family: arial-bolditalicmt, georgia, serif; }</p> 1.43 +</div> 1.44 + 1.45 +</body> 1.46 +</html> 1.47 \ No newline at end of file