summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/329900-1.html
blob: 54d702149141816500c37c68dd617a543c0a578e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<title>Testcase bug 329900 - Crash with evil testcase, using table-column-group, table-column, table-cell</title>
</head>
<body>
Mozilla should not crash with this page
<div style="display: table-cell;">
  <span style="display: table-cell;"></span>
	 <span style="display: table-column;"></span>
		<span style="display: table-column-group;"></span>
  <span style="display: table-cell;"></span>
  <table></table>
</div>

</body></html>