layout/reftests/bugs/200774-1.html

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 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
michael@0 3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
michael@0 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="reftest-print">
michael@0 5
michael@0 6 <head>
michael@0 7 <title>Fixed DIV, Multipe Page Testcase</title>
michael@0 8 <style type="text/css">
michael@0 9 div.header { position: fixed;
michael@0 10 width: 100%;
michael@0 11 height: 1.5em;
michael@0 12 top: 0;
michael@0 13 font-style: italic;
michael@0 14 background-color: white;
michael@0 15 color: black }
michael@0 16 </style>
michael@0 17 </head>
michael@0 18
michael@0 19 <body>
michael@0 20
michael@0 21 <div class="header">I stay on the top of the web page and each printed page.</div>
michael@0 22
michael@0 23 <h1>Fixed DIV, multiple page testcase</h1>
michael@0 24
michael@0 25 <hr />
michael@0 26
michael@0 27 <p>Maybe related to bug 163800?</p>
michael@0 28
michael@0 29 <p>Similar to 193686 and 197808, but there are <i>no</i> forms involved in this crash.</p>
michael@0 30
michael@0 31 <p>Repeating text, to get us onto the next page.</p>
michael@0 32
michael@0 33 <p>Repeating text, to get us onto the next page.</p>
michael@0 34
michael@0 35 <p>Repeating text, to get us onto the next page.</p>
michael@0 36
michael@0 37 <p>Repeating text, to get us onto the next page.</p>
michael@0 38
michael@0 39 <p>Repeating text, to get us onto the next page.</p>
michael@0 40
michael@0 41 <p>Repeating text, to get us onto the next page.</p>
michael@0 42
michael@0 43 <p>Repeating text, to get us onto the next page.</p>
michael@0 44
michael@0 45 <p>Repeating text, to get us onto the next page.</p>
michael@0 46
michael@0 47 <p>Repeating text, to get us onto the next page.</p>
michael@0 48
michael@0 49 <p>Repeating text, to get us onto the next page.</p>
michael@0 50
michael@0 51 <p>Repeating text, to get us onto the next page.</p>
michael@0 52
michael@0 53 <p>Repeating text, to get us onto the next page.</p>
michael@0 54
michael@0 55 <p>Repeating text, to get us onto the next page.</p>
michael@0 56
michael@0 57 <p>Repeating text, to get us onto the next page.</p>
michael@0 58
michael@0 59 <p>Repeating text, to get us onto the next page.</p>
michael@0 60
michael@0 61 <p>Repeating text, to get us onto the next page.</p>
michael@0 62
michael@0 63 <p>Repeating text, to get us onto the next page.</p>
michael@0 64
michael@0 65 <p>Repeating text, to get us onto the next page.</p>
michael@0 66
michael@0 67 <p>Repeating text, to get us onto the next page.</p>
michael@0 68
michael@0 69 <p>Repeating text, to get us onto the next page.</p>
michael@0 70
michael@0 71 <p>Repeating text, to get us onto the next page.</p>
michael@0 72
michael@0 73 <p>Repeating text, to get us onto the next page.</p>
michael@0 74
michael@0 75 <p>Repeating text, to get us onto the next page.</p>
michael@0 76
michael@0 77 <p>Repeating text, to get us onto the next page.</p>
michael@0 78
michael@0 79 <p>Repeating text, to get us onto the next page.</p>
michael@0 80
michael@0 81 <p>Repeating text, to get us onto the next page.</p>
michael@0 82
michael@0 83 <p>Repeating text, to get us onto the next page.</p>
michael@0 84
michael@0 85 <p>Repeating text, to get us onto the next page.</p>
michael@0 86
michael@0 87 <p>Repeating text, to get us onto the next page.</p>
michael@0 88
michael@0 89 <p>Repeating text, to get us onto the next page.</p>
michael@0 90
michael@0 91 <p>Repeating text, to get us onto the next page.</p>
michael@0 92
michael@0 93 </body>
michael@0 94 </html>

mercurial