css3-text-line-break-opclns-160-ref.html (760B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"/> 5 <title>CSS3 Text, linebreaks: FE40 PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET</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 />中﹀文</div> 21 22 23 24 25 26 <div class='ref'>中中<br />中﹀文</div> 27 28 29 30 31 </body> 32 </html>