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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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