1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/363729-3.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,20 @@ 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 (Branch version)</title> 1.7 +</head> 1.8 +<body> 1.9 +This page should not crash on print preview 1.10 +<span style="page-break-after: always;"></span> 1.11 + 1.12 +<dir> 1.13 + <table style="position: fixed; page-break-after: always;"> 1.14 + <tr><td> 1.15 + <span style="position: absolute;"> 1.16 + <span style=" position: fixed;"></span> 1.17 + </span> 1.18 + </td></tr> 1.19 + </table> 1.20 +</dir> 1.21 + 1.22 +</body> 1.23 +</html>