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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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

mercurial