tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

font-size-115.xht (821B)


      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 Test: CSS: sanity tests for font inheritance</title>
      5   <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
      6   <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/fonts/size/005.xml" type="application/xhtml+xml"/>
      7   <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" />
      8   <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-size-prop"/>
      9   <style type="text/css">
     10    span { font: inherit; }
     11   </style>
     12  </head>
     13  <body>
     14   <p>There should be two perfect columns of identical Xs below:</p>
     15   <pre class="test">   XXX       XXX
     16    <span>XXX</span>       XXX
     17    XXX       XXX  </pre>
     18  </body>
     19 </html>