1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/pagination/abspos-breaking-000.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,41 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-print"> 1.6 + <head> 1.7 + <title>AbsPos Pagination</title> 1.8 + <style type="text/css"> 1.9 + html, body, pre { margin: 0; padding: 0; } 1.10 + pre { 1.11 + position: absolute; 1.12 + top: 1in; 1.13 + line-height: 1; 1.14 + font-size: 0.25in; 1.15 + } 1.16 + </style> 1.17 + </head> 1.18 + <body> 1.19 + <pre>1 1.20 +2 1.21 +3 1.22 +4 1.23 +5 1.24 +6 1.25 +7 1.26 +8 1.27 +9 1.28 +10 1.29 +11 1.30 +12 1.31 +13 1.32 +14 1.33 +15 1.34 +16 1.35 +17 1.36 +18 1.37 +19 1.38 +20 1.39 +21 1.40 +22 1.41 +23 1.42 +24</pre> 1.43 +</body> 1.44 +</html>