tor-browser

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

transform-inline-notref.html (431B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      body {
      9        font: 25px/1 Ahem;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14    <p>This is some text<br>that is not transformed</p>
     15    <p>This is some text that is transformed</p>
     16  </body>
     17 </html>