abspos-breaking-002.xhtml 557 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-print">
  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. margin-top: 0.3in;
  10. padding-top: 0.3in;
  11. top: 0.4in;
  12. line-height: 1;
  13. font-size: 0.25in;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <pre>1
  19. 2
  20. 3
  21. 4
  22. 5
  23. 6
  24. 7
  25. 8
  26. 9
  27. 10
  28. 11
  29. 12
  30. 13
  31. 14
  32. 15
  33. 16
  34. 17
  35. 18
  36. 19
  37. 20
  38. 21
  39. 22
  40. 23
  41. 24</pre>
  42. </body>
  43. </html>