blob: 6d16dc0d917382486c174d240cc6fa49644d82de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
td, h4, h6 {padding-top:25000pt;}
</style>
</head>
<body>
<h2>Test for chromium bug : <a href="https://code.google.com/p/chromium/issues/detail?id=334652">334652</a>. ASSERTION FAILED: !remainder in WebCore::LayoutTableSection::distributeExtraRowSpanHeightToAutoRows.</h3>
<h3>For this test to PASS, it should not crash.</h4>
<table border="1">
<tr>
<td>r0c0</td>
<td rowspan="2">
<h6>r0c1</h6>
<h4> rowspan=2</h4>
</td>
</tr>
</table>
</body>
</html>
|