tor-browser

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

983985-2-ref.html (445B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Bug 983985</title>
      6 <style>
      7 @font-face {
      8  font-family: test;
      9  src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
     10 }
     11 .outer {
     12  font: italic 36px test;
     13  width: 2.5em; /* enough to display "hello" but not the hexbox */
     14  overflow: hidden;
     15 }
     16 .inner {
     17  width: 10em;
     18 }
     19 </style>
     20 </head>
     21 <body>
     22 <div class="outer">
     23 <div class="inner">
     24 hello <em>&#x530;</em> world
     25 </div>
     26 </div>
     27 </body>
     28 </html>