mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 316636 - crash test by Martijn Wargers, Bernd.
This commit is contained in:
parent
41913294c9
commit
6edc8468d3
19
layout/tables/crashtests/316636-1.html
Executable file
19
layout/tables/crashtests/316636-1.html
Executable file
@ -0,0 +1,19 @@
|
||||
<!doctype html public "-//w3c//dtd html 3.2//en">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>(Type a title for your page here)</title>
|
||||
<meta name="GENERATOR" content="Arachnophilia 4.0">
|
||||
<meta name="FORMATTER" content="Arachnophilia 4.0">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
|
||||
|
||||
<table border>
|
||||
<tr><td rowspan="2">foo</td><td>bar</td><td>zap</td></tr>
|
||||
<tr style="visibility:collapse"><td colspan="2">boom</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -26,6 +26,7 @@ load 284852.html
|
||||
load 300912.html
|
||||
load 308752-1.html
|
||||
load 308752-2.html
|
||||
load 316636-1.html
|
||||
load 322779-1.xul
|
||||
load 323489-1.html
|
||||
load 331344-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user