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.html (1599B)


      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 <link rel='help' href='https://drafts.csswg.org/css-text-3/#line-breaking'>
      8 <link rel="match" href="reference/css3-text-line-break-opclns-111-ref.html">
      9 <meta name='flags' content='should '>
     10 <meta name="assert" content="Because it has a CL Closing Punctuation property, the browser will not leave 0F3B TIBETAN MARK GUG RTAGS GYAS at the beginning of a line.">
     11 <style type='text/css'>
     12 @font-face {
     13 font-family: CSSFW;
     14 src: url('/fonts/adobe-fonts/CSSFWOrientationTest.otf');
     15 }
     16 .test, .ref { font-size: 30px; font-family: CSSFW, sans-serif; width: 3em; padding: 0; border: 1px solid orange; line-height: 1em; }
     17 </style>
     18 </head>
     19 <body>
     20 <p class="instructions">Test passes if the two orange boxes are identical.</p>
     21 
     22 
     23 <div class='test'>中中中&#x0F3B;</div>
     24 
     25 
     26 
     27 
     28 
     29 <div class='ref'>中中<br />&#x0F3B;</div>
     30 
     31 
     32 <!--Notes:
     33 
     34 These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances.
     35 <p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
     36 
     37 
     38 -->
     39 
     40 
     41 </body>
     42 </html>