layout/reftests/bugs/399636-quirks-html.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html lang="en-US">
     2 <head>
     3 	<title>Reftest, bug 399636 (quirks mode, family from HTML)</title>
     4 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     5 	<style type="text/css">
     6 	body { text-rendering: optimizeLegibility; }
     8 	/* ensure consistent vertical positioning under variation in
     9 	   first-choice font */
    10 	p { line-height: 50px; font-size: 16px; }
    11 	span, font { line-height: 25px; }
    13 	</style>
    14 </head>
    15 <body>
    17 <p>&nbsp;<font face="Symbol, Webdings, Wingdings, serif">PASS</font></p>
    19 </body>
    20 </html>

mercurial