Bug 360599 - crashtest

This commit is contained in:
Martijn Wargers 2013-01-26 14:15:29 +01:00
parent 6fb6e1870d
commit fa05df0b17
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

@ -57,6 +57,7 @@ load 354458-2.html
load 355426-1.html
load 359371-1.html
load 359371-2.html
load 360599.html
load 363722-1.html
load 363722-2.html
load 363848-1.xhtml