css3-text-line-break-opclns-201-ref.html (761B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"/> 5 <title>CSS3 Text, linebreaks: 0E5B THAI CHARACTER KHOMUT</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 .test, .ref { width: 115px; } 15 </style> 16 </head> 17 <body> 18 <p class="instructions">Test passes if the two orange boxes are identical.</p> 19 20 21 <div class='ref'>中中<br />中๛文</div> 22 23 24 25 26 27 <div class='ref'>中中<br />中๛文</div> 28 29 30 31 32 </body> 33 </html>