Bug 1919788 - LSNG: Always acquire a directory lock for PreparedDatastoreOp; r=dom...
[gecko.git] / layout / reftests / pagination / table-nested-1308876-1.xhtml
blob023b77429c82a5fed42f7b0c326d3e3cda7879b0
1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-paged">
2 <!--
3 Reduced from layout/base/crashtests/470851-1.xhtml and turned into a reftest.
4 -->
5 <style>
6 @page { size: 5in 3in; margin: 0.5in; }
7 html, body { margin: 0; padding: 0; }
8 </style>
9 <table style="background: black">
10 <tbody>
11 <tr>
12 <td style="background: yellow">
13 <table>
14 <tbody style="top: 10%; position: relative; overflow: scroll">
15 <tr>
16 <td style="background: orange">
17 <table>
18 <tbody style="background: brown">
19 <tr><td>A</td></tr>
20 </tbody>
21 <tbody style="background: fuchsia">
22 <tr><td><div style="background: aqua; line-height: 4in; color: transparent">A</div></td></tr>
23 </tbody>
24 </table>
25 </td>
26 </tr>
27 </tbody>
28 </table>
29 </td>
30 </tr>
31 </tbody>
32 </table>
33 </html>