diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/bugs/200774-1.html | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/bugs/200774-1.html')
-rw-r--r-- | layout/reftests/bugs/200774-1.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/layout/reftests/bugs/200774-1.html b/layout/reftests/bugs/200774-1.html new file mode 100644 index 000000000..40502bd22 --- /dev/null +++ b/layout/reftests/bugs/200774-1.html @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" class="reftest-print"> + +<head> +<title>Fixed DIV, Multipe Page Testcase</title> +<style type="text/css"> +div.header { position: fixed; + width: 100%; + height: 1.5em; + top: 0; + font-style: italic; + background-color: white; + color: black } +</style> +</head> + +<body> + +<div class="header">I stay on the top of the web page and each printed page.</div> + +<h1>Fixed DIV, multiple page testcase</h1> + +<hr /> + +<p>Maybe related to bug 163800?</p> + +<p>Similar to 193686 and 197808, but there are <i>no</i> forms involved in this crash.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +<p>Repeating text, to get us onto the next page.</p> + +</body> +</html>
\ No newline at end of file |