tor-browser

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

test-synthetic-italic-notref.html (720B)


      1 <!DOCTYPE html>
      2 <html>
      3    <head>
      4        <title>CSS Test: Test for synthetic italic rendering</title>
      5        <style type="text/css">
      6            div { font-size: 36px; }
      7            span#verify { font-family: "CSSTest Verify"; }
      8            div#test1, div#test2 {
      9                font-family: CSSTest Verify;
     10            }
     11        </style>
     12    </head>
     13    <body>
     14        <div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: <span id="verify">FAIL</span></div>
     15        <p>Browser supports synthetic italics if PASS appears on both lines and the second line is slanted right:</p>
     16        <div id="test1">FAIL</div>
     17        <div id="test2">FAIL</div>
     18    </body>
     19 </html>