layout/reftests/font-matching/CSS21-t1502-no-inherited-font-family-ref.xhtml

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     2 <html xmlns="http://www.w3.org/1999/xhtml">
     3 	<head>
     4 		<title>CSS 2.1: Font matching algorithm (reference)</title>
     5 		<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     6 		<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
     7 	</head>
     8 	<body>
    10 <div style="font-family: FontDoesNotExist">
    11   Every line of text in this page should be in the same font.
    12 </div>
    14 <div style="font-family: FontDoesNotExist">
    15   Every line of text in this page should be in the same font.
    16 </div>
    18 <div style="font-family: FontDoesNotExist">
    19   Every line of text in this page should be in the same font.
    20 </div>
    22 <div style="font-family: FontDoesNotExist">
    23   Every line of text in this page should be in the same font.
    24 </div>
    26 <div style="font-family: FontDoesNotExist">
    27   Every line of text in this page should be in the same font.
    28 </div>
    30 <div style="font-family: FontDoesNotExist">
    31   Every line of text in this page should be in the same font.
    32 </div>
    34 <div style="font-family: FontDoesNotExist">
    35   Every line of text in this page should be in the same font.
    36 </div>
    38 <div style="font-family: FontDoesNotExist">
    39   Every line of text in this page should be in the same font.
    40 </div>
    42 	</body>
    43 </html>

mercurial