summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/363729-2.html
blob: 839d70456b3f0203c1dccfddf8374668eb20c493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html class="reftest-paged">
<head>
<title>Testcase Bug 363729 � Crash [@ nsIFrame::GetPositionIgnoringScrolling] on print preview that uses position: fixed</title>
</head>
<body>
This page should not crash on print preview
<span style="position: fixed; page-break-after: always;"></span>
<dir>
<span style="display: inline-table; position: fixed; page-break-after: always;">

<span style="position: absolute;">
<span style=" position: fixed;"></span>
</span>

</span>
</dir>
</body>
</html>