letter-spacing-200-ref.html (1208B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>CSS Test Reference</title> 5 <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> 6 <style type='text/css'> 7 @import "/fonts/ahem.css"; 8 .contain { 9 font: 20px/1 Ahem; 10 width: 5em; 11 border: solid blue; 12 margin: 1em; 13 float: left; } 14 .pre, .control p { 15 white-space: pre; 16 } 17 p { margin: 0; } 18 </style> 19 20 <div id='instructions'>Test passes if the pattern is identical in all four blue boxes.</div> 21 22 <!-- Control --> 23 <div class="contain control"> 24 <p>x x</p> 25 <p>x x 水<br>x x x<br>水 x x</p> 26 <p>x x x<br>x x<br>x x x</p> 27 <p>x x x<br>x x<br>x x x</p> 28 </div> 29 30 <!-- Control --> 31 <div class="contain control"> 32 <p>x x</p> 33 <p>x x 水<br>x x x<br>水 x x</p> 34 <p>x x x<br>x x<br>x x x</p> 35 <p>x x x<br>x x<br>x x x</p> 36 </div> 37 38 <!-- Control --> 39 <div class="contain control"> 40 <p>x x</p> 41 <p>x x 水<br>x x x<br>水 x x</p> 42 <p>x x x<br>x x<br>x x x</p> 43 <p>x x x<br>x x<br>x x x</p> 44 </div> 45 46 <!-- Control --> 47 <div class="contain control"> 48 <p>x x</p> 49 <p>x x 水<br>x x x<br>水 x x</p> 50 <p>x x x<br>x x<br>x x x</p> 51 <p>x x x<br>x x<br>x x x</p> 52 </div>