mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest for bug 448988
This commit is contained in:
parent
1fc13cfa2a
commit
9ee3484d6d
32
layout/tables/crashtests/448988-1.xhtml
Normal file
32
layout/tables/crashtests/448988-1.xhtml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<html style="font-size: 10px;" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<style type="text/css">
|
||||||
|
|
||||||
|
.tall { height: 2891380em; }
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tbody class="tall">
|
||||||
|
<td>
|
||||||
|
<td class="tall"></td>
|
||||||
|
</td>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<td class="tall"></td>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="tall"></tr>
|
||||||
|
<tr>
|
||||||
|
<tr class="tall">
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -85,6 +85,7 @@ load 416845-1.xhtml
|
|||||||
load 416845-2.xhtml
|
load 416845-2.xhtml
|
||||||
load 416845-3.html
|
load 416845-3.html
|
||||||
load 423514-1.xhtml
|
load 423514-1.xhtml
|
||||||
|
load 448988-1.xhtml
|
||||||
load 456041.html
|
load 456041.html
|
||||||
load 457115.html
|
load 457115.html
|
||||||
load 467141-1.html
|
load 467141-1.html
|
||||||
|
Loading…
Reference in New Issue
Block a user