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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial