tor-browser

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

css3-text-line-break-opclns-226-ref.html (751B)


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