layout/reftests/pagination/abspos-breaking-000.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 top: 1in;
michael@0 10 line-height: 1;
michael@0 11 font-size: 0.25in;
michael@0 12 }
michael@0 13 </style>
michael@0 14 </head>
michael@0 15 <body>
michael@0 16 <pre>1
michael@0 17 2
michael@0 18 3
michael@0 19 4
michael@0 20 5
michael@0 21 6
michael@0 22 7
michael@0 23 8
michael@0 24 9
michael@0 25 10
michael@0 26 11
michael@0 27 12
michael@0 28 13
michael@0 29 14
michael@0 30 15
michael@0 31 16
michael@0 32 17
michael@0 33 18
michael@0 34 19
michael@0 35 20
michael@0 36 21
michael@0 37 22
michael@0 38 23
michael@0 39 24</pre>
michael@0 40 </body>
michael@0 41 </html>

mercurial