layout/reftests/bugs/379349-3-ref.xhtml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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>CSS 2.1 Test Suite: Overflow Pagination (Multiple)</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 .overflow {
michael@0 10 border: solid 2pt silver;
michael@0 11 height: 25in;
michael@0 12 border-bottom: 4pt solid black;
michael@0 13 }
michael@0 14 #following {
michael@0 15 position: absolute;
michael@0 16 top: 0; left: 0;
michael@0 17 margin: 0;
michael@0 18 height: 72pt;
michael@0 19 border: 2pt black;
michael@0 20 border-style: none solid;
michael@0 21 background: white;
michael@0 22 font-size: 10pt;
michael@0 23 line-height: 10pt;
michael@0 24 text-align: center;
michael@0 25 color: blue;
michael@0 26 }
michael@0 27 body {
michael@0 28 position: relative;
michael@0 29 }
michael@0 30 </style>
michael@0 31 </head>
michael@0 32 <body>
michael@0 33 <p id="following">
michael@0 34 This paragraph must be on the first page in paged media.
michael@0 35 There must be no red on any page. There must be a blue line
michael@0 36 on a page <em>after</em> the first (assuming the page area
michael@0 37 is shorter than 25 inches).
michael@0 38 </p>
michael@0 39 <div class="container no1">
michael@0 40 <div class="overflow">
michael@0 41 </div>
michael@0 42 </div>
michael@0 43 <div class="container no2">
michael@0 44 <div class="overflow">
michael@0 45 </div>
michael@0 46 </div>
michael@0 47 <div class="container no3">
michael@0 48 <div class="overflow">
michael@0 49 </div>
michael@0 50 </div>
michael@0 51 </body>
michael@0 52 </html>

mercurial