tor-browser

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

size-adjust-unicode-range-system-fallback-ref.html (486B)


      1 <!DOCTYPE HTML>
      2 <meta charset="utf-8">
      3 <link rel="author" href="mailto:changseok@webkit.org">
      4 <title>Tests that the size-adjust descriptor does not affect system fallback font size.</title>
      5 <style>
      6 @font-face {
      7  font-family: large-font;
      8  src: local(Ahem), url(/fonts/Ahem.ttf);
      9 }
     10 
     11 .space {
     12  font-family: large-font;
     13  font-size: 1000%;
     14 }
     15 
     16 .ref {
     17  font-family: sans-serif;
     18  position: relative;
     19  left: -10em;
     20 }
     21 </style>
     22 <span class="space">&nbsp;</span><span class="ref"></span>