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.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 
     3    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="reftest-print">
     6 <head>
     7 <title>Fixed DIV, Multipe Page Testcase</title>
     8 <style type="text/css">
     9 div.header { position: fixed;
    10 	width: 100%;
    11 	height: 1.5em;
    12 	top: 0;
    13 	font-style: italic;
    14 	background-color: white;
    15 	color: black }
    16 </style>
    17 </head>
    19 <body>
    21 <div class="header">I stay on the top of the web page and each printed page.</div>
    23 <h1>Fixed DIV, multiple page testcase</h1>
    25 <hr />
    27 <p>Maybe related to bug 163800?</p>
    29 <p>Similar to 193686 and 197808, but there are <i>no</i> forms involved in this crash.</p>
    31 <p>Repeating text, to get  us onto the next page.</p>
    33 <p>Repeating text, to get  us onto the next page.</p>
    35 <p>Repeating text, to get  us onto the next page.</p>
    37 <p>Repeating text, to get  us onto the next page.</p>
    39 <p>Repeating text, to get  us onto the next page.</p>
    41 <p>Repeating text, to get  us onto the next page.</p>
    43 <p>Repeating text, to get  us onto the next page.</p>
    45 <p>Repeating text, to get  us onto the next page.</p>
    47 <p>Repeating text, to get  us onto the next page.</p>
    49 <p>Repeating text, to get  us onto the next page.</p>
    51 <p>Repeating text, to get  us onto the next page.</p>
    53 <p>Repeating text, to get  us onto the next page.</p>
    55 <p>Repeating text, to get  us onto the next page.</p>
    57 <p>Repeating text, to get  us onto the next page.</p>
    59 <p>Repeating text, to get  us onto the next page.</p>
    61 <p>Repeating text, to get  us onto the next page.</p>
    63 <p>Repeating text, to get  us onto the next page.</p>
    65 <p>Repeating text, to get  us onto the next page.</p>
    67 <p>Repeating text, to get  us onto the next page.</p>
    69 <p>Repeating text, to get  us onto the next page.</p>
    71 <p>Repeating text, to get  us onto the next page.</p>
    73 <p>Repeating text, to get  us onto the next page.</p>
    75 <p>Repeating text, to get  us onto the next page.</p>
    77 <p>Repeating text, to get  us onto the next page.</p>
    79 <p>Repeating text, to get  us onto the next page.</p>
    81 <p>Repeating text, to get  us onto the next page.</p>
    83 <p>Repeating text, to get  us onto the next page.</p>
    85 <p>Repeating text, to get  us onto the next page.</p>
    87 <p>Repeating text, to get  us onto the next page.</p>
    89 <p>Repeating text, to get  us onto the next page.</p>
    91 <p>Repeating text, to get  us onto the next page.</p>
    93 </body>
    94 </html>

mercurial