1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/360599.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 +#b::first-letter { } 1.8 +#c::first-line { } 1.9 +</style> 1.10 +<title>Testcase bug 360599 - Crash [@ nsFrameList::DestroyFrames] with first-letter/first-line css and position: fixed</title> 1.11 +</head> 1.12 +<body> 1.13 +This page should not crash Mozilla 1.14 +<div id="c"> 1.15 + <table> 1.16 + <div id="b" style="display:table-header-group;"> 1.17 + <q> 1.18 + text 1.19 + <div style="position:fixed;"> 1.20 + <q>y</q> 1.21 + </div> 1.22 + </q> 1.23 + </div> 1.24 + <span style="display: table;"></span> 1.25 +</div> 1.26 + 1.27 +</body> 1.28 +</html> 1.29 \ No newline at end of file