layout/reftests/pagination/abspos-breaking-001.xhtml

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

mercurial