layout/reftests/pagination/abspos-breaking-000.ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/abspos-breaking-000.ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,40 @@
     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 +      padding-top: 1in;
    1.12 +      line-height: 1;
    1.13 +      font-size: 0.25in;
    1.14 +    }
    1.15 +  </style>
    1.16 + </head>
    1.17 + <body>
    1.18 + <pre>1
    1.19 +2
    1.20 +3
    1.21 +4
    1.22 +5
    1.23 +6
    1.24 +7
    1.25 +8
    1.26 +9
    1.27 +10
    1.28 +11
    1.29 +12
    1.30 +13
    1.31 +14
    1.32 +15
    1.33 +16
    1.34 +17
    1.35 +18
    1.36 +19
    1.37 +20
    1.38 +21
    1.39 +22
    1.40 +23
    1.41 +24</pre>
    1.42 +</body>
    1.43 +</html>

mercurial