bug 360499 - crash test by Martijn Wargers.

This commit is contained in:
Bob Clary 2009-04-24 10:08:16 -07:00
parent 11eca20673
commit 0f207ed40a
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<html>
<head>
<style>
#b::first-letter { }
#c::first-line { }
</style>
<title>Testcase bug 360599 - Crash [@ nsFrameList::DestroyFrames] with first-letter/first-line css and position: fixed</title>
</head>
<body>
This page should not crash Mozilla
<div id="c">
<table>
<div id="b" style="display:table-header-group;">
<q>
text
<div style="position:fixed;">
<q>y</q>
</div>
</q>
</div>
<span style="display: table;"></span>
</div>
</body>
</html>

View File

@ -24,6 +24,7 @@ load 344882-1.html
load 345837-1.xhtml
load 349355-1.html
load 354645-1.xul
load 360599-1.html
load 366200-1.xhtml
load 369216-1.html
load 371466-1.xhtml