summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/362275.html
blob: 45edb6311b3e6a5cf726a0963a674b82f23c6606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html class="reftest-print"><head>
<title>Testcase bug 362275 - Hang with testcase on print preview, using -moz-column-count and table related stuff</title>
</head>
<body>
This page should not hang Mozilla on print preview
<div style="-moz-column-count: 2;">
  <span style="display: table-cell;">	
    <span>
      <textarea style="display: table-cell;"></textarea>
    </span>
  </span>
  <span style="display: table-header-group;"></span>
</div>
</body></html>