layout/reftests/font-face/local-1-ref.html

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
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 HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html>
     3 <head>
     4 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     5 	<meta http-equiv="Content-Style-Type" content="text/css">
     6 	<title>test src: local() reference</title>
     7 	<style type="text/css">
     8 	  body {
     9 	    font-family: Nimbus Sans L, Helvetica, Bitstream Vera Sans,
    10                          Arial, Liberation Sans, SwissA,
    11                          Fira Sans OT, Fira Sans, Droid Sans, Roboto, serif;
    12 	  }
    13 	</style>
    14 </head>
    15 <body>
    16   <p style="font-weight: normal;">
    17     The quick brown fox jumped over the lazy dog
    18   </p>
    19   <p style="font-weight: bold;">
    20     The quick brown fox jumped over the lazy dog
    21   </p>
    22 </body>
    23 </html>

mercurial