text-indent-applies-to-003-ref.xht (1104B)
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 div div 13 { 14 display: list-item; 15 margin-left: 1em; 16 padding-left: 2em; 17 } 18 #div1 19 { 20 background: blue; 21 height: 1em; 22 margin-left: 3em; 23 width: 5em; 24 } 25 </style> 26 </head> 27 <body> 28 <p>Test passes if the black box is directly above the blue box and there is a marker bullet on the left-hand side of the black box. (Note that the two boxes do not need to be touching.)</p> 29 <div> 30 <div>XXXXX</div> 31 </div> 32 <div id="div1"></div> 33 </body> 34 </html>