mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Regression test for bug 300912.
This commit is contained in:
parent
f8a5069900
commit
f4da1f1107
19
layout/tables/crashtests/300912.html
Normal file
19
layout/tables/crashtests/300912.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head><title>Testcase for assertion</title></head>
|
||||
<body>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="367" colSpan="2">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1,5 +1,6 @@
|
||||
load 55789-1.html
|
||||
load 284844-1.html
|
||||
load 300912.html
|
||||
load 322779-1.xul
|
||||
load 323489-1.html
|
||||
load 331344-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user