css3-text-line-break-opclns-041.html (1628B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"/> 5 <title>CSS3 Text, linebreaks: 300E LEFT WHITE CORNER BRACKET</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-041-ref.html"> 9 <meta name='flags' content='should '> 10 <meta name="assert" content="Because it has OP Opening Punctuation property, the browser will not leave 300E LEFT WHITE CORNER BRACKET at the end of a line."> 11 <style type='text/css'> 12 @font-face { 13 font-family: 'mplus-1p-regular'; 14 src: url('/fonts/mplus-1p-regular.woff') format('woff'); 15 /* filesize: 803K */ 16 } 17 .test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; } 18 </style> 19 </head> 20 <body> 21 <p class="instructions">Test passes if the two orange boxes are identical.</p> 22 23 24 <div class='test'>中中『文</div> 25 26 27 28 29 30 <div class='ref'>中中<br />『文</div> 31 32 33 <!--Notes: 34 35 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. 36 <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>. 37 38 39 --> 40 41 42 </body> 43 </html>