399636-quirks-html.html (518B)
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; } 7 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; } 12 13 </style> 14 </head> 15 <body> 16 17 <p> <font face="Symbol, Webdings, Wingdings, serif">PASS</font></p> 18 19 </body> 20 </html>