layout/reftests/pagination/abspos-overflow-01.ref.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>Multi-column Layout: AbsPos Pagination (Interlaced)</title>
michael@0 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
michael@0 6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-height-property"/>
michael@0 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units"/>
michael@0 8 <style type="text/css">
michael@0 9 /* If the reftest print size change, this needs to change too. */
michael@0 10 html, body, p {
michael@0 11 margin: 0;
michael@0 12 padding: 0;
michael@0 13 }
michael@0 14
michael@0 15 .box {
michael@0 16 font-size: 10pt;
michael@0 17 line-height: 10pt;
michael@0 18 font-family: sans-serif;
michael@0 19 text-align: center;
michael@0 20 position: relative;
michael@0 21 border-bottom: lime 4px solid;
michael@0 22 margin-top: -4px;
michael@0 23 height: 2in;
michael@0 24 }
michael@0 25 #pageset {
michael@0 26 width: 100pt;
michael@0 27 border: silver 2pt;
michael@0 28 border-style: none solid;
michael@0 29 height: 6in;
michael@0 30 }
michael@0 31
michael@0 32 .n1 {
michael@0 33 margin: 0;
michael@0 34 height: 1in;
michael@0 35 }
michael@0 36 </style>
michael@0 37 </head>
michael@0 38 <body>
michael@0 39 <div id="pageset">
michael@0 40 <p class="box n1">
michael@0 41 There must be 3 pages, a single green line on each page, and no red.
michael@0 42 </p>
michael@0 43 <p class="box"></p>
michael@0 44 <p class="box"></p>
michael@0 45 </div>
michael@0 46 </body>
michael@0 47 </html>

mercurial