diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /layout/reftests/bugs/200774-1.html | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 0000000000..ec4916ef26 --- /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-paged"> + +<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 |