abspos-breaking-000.xhtml (504B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-paged"> 3 <head> 4 <title>AbsPos Pagination</title> 5 <style type="text/css"> 6 html, body, pre { margin: 0; padding: 0; } 7 pre { 8 position: absolute; 9 top: 1in; 10 line-height: 1; 11 font-size: 0.25in; 12 } 13 </style> 14 </head> 15 <body> 16 <pre>1 17 2 18 3 19 4 20 5 21 6 22 7 23 8 24 9 25 10 26 11 27 12 28 13 29 14 30 15 31 16 32 17 33 18 34 19 35 20 36 21 37 22 38 23 39 24</pre> 40 </body> 41 </html>