200774-1.html (2447B)
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-paged"> 5 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> 18 19 <body> 20 21 <div class="header">I stay on the top of the web page and each printed page.</div> 22 23 <h1>Fixed DIV, multiple page testcase</h1> 24 25 <hr /> 26 27 <p>Maybe related to bug 163800?</p> 28 29 <p>Similar to 193686 and 197808, but there are <i>no</i> forms involved in this crash.</p> 30 31 <p>Repeating text, to get us onto the next page.</p> 32 33 <p>Repeating text, to get us onto the next page.</p> 34 35 <p>Repeating text, to get us onto the next page.</p> 36 37 <p>Repeating text, to get us onto the next page.</p> 38 39 <p>Repeating text, to get us onto the next page.</p> 40 41 <p>Repeating text, to get us onto the next page.</p> 42 43 <p>Repeating text, to get us onto the next page.</p> 44 45 <p>Repeating text, to get us onto the next page.</p> 46 47 <p>Repeating text, to get us onto the next page.</p> 48 49 <p>Repeating text, to get us onto the next page.</p> 50 51 <p>Repeating text, to get us onto the next page.</p> 52 53 <p>Repeating text, to get us onto the next page.</p> 54 55 <p>Repeating text, to get us onto the next page.</p> 56 57 <p>Repeating text, to get us onto the next page.</p> 58 59 <p>Repeating text, to get us onto the next page.</p> 60 61 <p>Repeating text, to get us onto the next page.</p> 62 63 <p>Repeating text, to get us onto the next page.</p> 64 65 <p>Repeating text, to get us onto the next page.</p> 66 67 <p>Repeating text, to get us onto the next page.</p> 68 69 <p>Repeating text, to get us onto the next page.</p> 70 71 <p>Repeating text, to get us onto the next page.</p> 72 73 <p>Repeating text, to get us onto the next page.</p> 74 75 <p>Repeating text, to get us onto the next page.</p> 76 77 <p>Repeating text, to get us onto the next page.</p> 78 79 <p>Repeating text, to get us onto the next page.</p> 80 81 <p>Repeating text, to get us onto the next page.</p> 82 83 <p>Repeating text, to get us onto the next page.</p> 84 85 <p>Repeating text, to get us onto the next page.</p> 86 87 <p>Repeating text, to get us onto the next page.</p> 88 89 <p>Repeating text, to get us onto the next page.</p> 90 91 <p>Repeating text, to get us onto the next page.</p> 92 93 </body> 94 </html>