shaping_lig-001-ref.html (1018B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>shaping: test for Chromium bug 1304876</title> 6 <style type="text/css"> 7 @font-face { 8 font-family: GentiumPlus; 9 src: url('/fonts/GentiumPlus-R.woff') format('woff'); 10 font-weight: normal; 11 font-style: normal; 12 } 13 .test { 14 font-family: GentiumPlus; 15 font-size: 18pt; 16 width: 300px; 17 border: 1px solid black; 18 margin: 1em; 19 } 20 .line { 21 display: block; 22 white-space: nowrap; 23 } 24 /* the CSS above is not part of the test */ 25 </style> 26 </head> 27 <body> 28 <p class="instructions">Test passes if the word "office" is rendered without repeated letters.</p> 29 <div class="test"> 30 <div class="line">Sanitary measures in the</div> 31 <div class="line">office ought be adequately</div> 32 <div class="line"><b>maintained</b>.</div> 33 </div> 34 <div class="test"> 35 <div class="line">Sanitary measures in the</div> 36 <div class="line">office ought be adequately</div> 37 <div class="line"><b>maintained</b>.</div> 38 </div> 39 </body> 40 </html>