mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 360499 - crash test by Martijn Wargers.
This commit is contained in:
parent
11eca20673
commit
0f207ed40a
25
content/base/crashtests/360599-1.html
Normal file
25
content/base/crashtests/360599-1.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user