summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/399636-quirks-html.html
blob: 87afa729c2db99b5597e558e727fef3057caa062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html lang="en-US">
<head>
	<title>Reftest, bug 399636 (quirks mode, family from HTML)</title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<style type="text/css">
	body { text-rendering: optimizeLegibility; }

	/* ensure consistent vertical positioning under variation in
	   first-choice font */
	p { line-height: 50px; font-size: 16px; }
	span, font { line-height: 25px; }

	</style>
</head>
<body>

<p>&nbsp;<font face="Symbol, Webdings, Wingdings, serif">PASS</font></p>

</body>
</html>