summaryrefslogtreecommitdiffstats
path: root/layout/printing/crashtests/509839-1.html
blob: e531f1f581f5466ff809195d5fef127c0f7db418 (plain)
1
2
3
4
5
6
7
8
9
10
<html class="reftest-paged"><head>
<title>Crash [@ nsViewManager::CreateView][@ nsCSSFrameConstructor::AddFrameConstructionItemsInternal] on closing print preview with transform, position: fixed table displays</title>
</head><body>
<div style="position: fixed;">
<div style="display: table-header-group; transform: rotate(1deg);">
<div style="position: relative;"></div>
<div style="display: table-row;page-break-before: always;"></div>
</div>
</body>
</html>