layout/reftests/text/font-selection-generic-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/font-selection-generic-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
     1.5 +	"http://www.w3.org/TR/html4/strict.dtd">
     1.6 +<html lang="en-US">
     1.7 +<head>
     1.8 +	<title></title>
     1.9 +	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    1.10 +	<style type="text/css">
    1.11 +
    1.12 +	@font-face {
    1.13 +		font-family: "MarkA";
    1.14 +		src: url(../fonts/markA.ttf);
    1.15 +	}
    1.16 +
    1.17 +	.c1 { font-family: sans-serif; }
    1.18 +	.c2 { font-family: serif; }
    1.19 +	.c3 { font-family: monospace, fantasy; }
    1.20 +	.c4 { font-family: fantasy; }
    1.21 +	.c5 { font-family: cursive; }
    1.22 +
    1.23 +	.c11 { font-family: MarkA, serif; }
    1.24 +	.c12 { font-family: MarkA, monospace; }
    1.25 +	.c13 { font-family: MarkA, sans-serif; }
    1.26 +	.c14 { font-family: MarkA, cursive; }
    1.27 +	.c15 { font-family: MarkA, fantasy; }
    1.28 +
    1.29 +        /* to ensure the same vertical positioning of the text */
    1.30 +        .spacer { line-height: 3em }
    1.31 +	</style>
    1.32 +</head>
    1.33 +<body>
    1.34 +
    1.35 +<p class="c1">AB</p>
    1.36 +<p class="c2">AB</p>
    1.37 +<p class="c3">AB</p>
    1.38 +<!-- Rev3 Fedora 12 test machines don't have fantasy or cursive,
    1.39 +     and WINNT 5.2 machines don't have fantasy.
    1.40 +<p class="c4">AB</p>
    1.41 +<p class="c5">AB</p>
    1.42 +-->
    1.43 +
    1.44 +<p class="c11">A</p>
    1.45 +<p><span class="c1">B</span><span class="spacer"></span></p>
    1.46 +<p class="c12">A</p>
    1.47 +<p><span class="c2">B</span><span class="spacer"></span></p>
    1.48 +<p class="c13">A</p>
    1.49 +<p><span class="c3">B</span><span class="spacer"></span></p>
    1.50 +<!--
    1.51 +<p class="c14">A</p>
    1.52 +<p class="c4">B</p>
    1.53 +<p class="c15">A</p>
    1.54 +<p class="c5">B</p>
    1.55 +-->
    1.56 +
    1.57 +</body>
    1.58 +</html>

mercurial