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

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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