Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 1767364-1.html
blob08c336f6d5d1439e4993ade1f2777cb5362ab31b
1 <html class="reftest-paged">
2 <head>
3 <title>Testcase bug 1767364 - page breaks, empty thead & `position: fixed` div inside tbody causing a crash</title>
4 <style>
5 * {
6 border-bottom: -moz-default-color solid;
7 break-before: page
9 </style>
10 </head>
11 <table id="a">
12 <thead></thead>
13 <th>
14 <div style="position: fixed">a</div>
15 </table>
16 <h1>