text-indent-applies-to-007-ref.xht (1246B)
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 #table 13 { 14 display: inline-table; 15 margin-left: 10em; 16 } 17 #row 18 { 19 display: table-row; 20 } 21 #cell 22 { 23 display: table-cell; 24 } 25 #div1 26 { 27 background: blue; 28 height: 1em; 29 margin-left: 10em; 30 width: 5em; 31 } 32 </style> 33 </head> 34 <body> 35 <p>Test passes if the black box below is directly above the blue box. (Note that the two boxes do not need to be touching.)</p> 36 <div id="table"> 37 <div id="row"> 38 <div id="cell">XXXXX</div> 39 </div> 40 </div> 41 <div id="div1"></div> 42 </body> 43 </html>