word-spacing-remove-space-006-ref.xht (1025B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>test reference</title> 5 <meta name="flags" content="ahem" /> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 div 9 { 10 font: 16px/1em Ahem; 11 } 12 #div1 13 { 14 white-space: pre; 15 } 16 #div2, #div3 17 { 18 background: black; 19 display: inline-block; 20 height: 1em; 21 width: 1em; 22 } 23 #div3 24 { 25 margin-left: 8em; 26 } 27 </style> 28 </head> 29 <body> 30 <p>Test passes if there are only two boxes below.</p> 31 <div id="div1">X   X</div> 32 <div id="div2"></div><div id="div3"></div> 33 </body> 34 </html>