tor-browser

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

css3-text-line-break-opclns-111-ref.html (690B)


      1 <!DOCTYPE html>
      2 <html  lang="en" >
      3 <head>
      4 <meta charset="utf-8"/>
      5 <title>CSS3 Text, linebreaks: 0F3B TIBETAN MARK GUG RTAGS GYAS</title>
      6 <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
      7 <style type='text/css'>
      8 @font-face {
      9 font-family: CSSFW;
     10 src: url('/fonts/adobe-fonts/CSSFWOrientationTest.otf');
     11 }
     12 .test, .ref { font-size: 30px; font-family: CSSFW, sans-serif; padding: 0; width: 3em; border: 1px solid orange; line-height: 1em; }
     13 </style>
     14 </head>
     15 <body>
     16 <p class="instructions">Test passes if the two orange boxes are identical.</p>
     17 
     18 
     19 <div class='ref'>中中<br />&#x0F3B;</div>
     20 
     21 
     22 
     23 
     24 
     25 <div class='ref'>中中<br />&#x0F3B;</div>
     26 
     27 
     28 
     29 
     30 </body>
     31 </html>