diff options
Diffstat (limited to '')
-rw-r--r-- | layout/tables/crashtests/1767364-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/tables/crashtests/1767364-1.html b/layout/tables/crashtests/1767364-1.html new file mode 100644 index 0000000000..08c336f6d5 --- /dev/null +++ b/layout/tables/crashtests/1767364-1.html @@ -0,0 +1,16 @@ +<html class="reftest-paged"> +<head> +<title>Testcase bug 1767364 - page breaks, empty thead & `position: fixed` div inside tbody causing a crash</title> +<style> +* { + border-bottom: -moz-default-color solid; + break-before: page +} +</style> +</head> +<table id="a"> +<thead></thead> +<th> +<div style="position: fixed">a</div> +</table> +<h1> |