381497-n.html (550B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 2 <html class="reftest-paged"> 3 <title>Height test</title> 4 <style type="text/css"> 5 html, body { height: 100%; margin: 0; padding: 0;} 6 </style> 7 8 9 <div style="height: 100%; border-left: 2em blue solid;"> 10 The left border of this box must span the entire page content area. 11 This box must be repeated on the second page. 12 </div> 13 <div style="height: 100%; border-left: 2em blue solid;"> 14 The left border of this box must span the entire page content area. 15 This box must be repeated on the second page. 16 </div>