summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/1767364-1.html
blob: 08c336f6d5d1439e4993ade1f2777cb5362ab31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>