text-indent-014-ref.xht (871B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>test reference</title> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"><![CDATA[ 8 .container { 9 font: 20px/1 Ahem; 10 border: solid orange; 11 width: 12em; 12 } 13 ]]></style> 14 </head> 15 <body> 16 <p>There must be a 4-square checkerboard pattern in the orange box below 17 and no red present.</p> 18 <div class="container"> 19 <div class="outer"> 20 <div> 21 BlockA<br /> 22 BlockA<br /> 23 BlockA<br /> 24 BlockB<br /> 25 BlockB<br /> 26 BlockB 27 </div> 28 </div> 29 </div> 30 </body> 31 </html>