1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/363729-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html class="reftest-print"> 1.5 +<head> 1.6 +<title>Testcase Bug 363729 – Crash [@ nsIFrame::GetPositionIgnoringScrolling] on print preview that uses position: fixed</title> 1.7 +</head> 1.8 +<body> 1.9 +This page should not crash on print preview 1.10 +<span style="position: fixed; page-break-after: always;"></span> 1.11 +<dir> 1.12 +<span style="display: inline-table; position: fixed; page-break-after: always;"> 1.13 + 1.14 +<span style="position: absolute;"> 1.15 +<span style=" position: fixed;"></span> 1.16 +</span> 1.17 + 1.18 +</span> 1.19 +</dir> 1.20 +</body> 1.21 +</html>