summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/348126-1-inner.html
blob: aafb6c7895a63a8abc3f47852454ac9996d277ad (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
26
27
28
<html><head><title>Testcase bug 348126 - Crash [@ nsImageFrame::SourceRectToDest] on reload and removing table-caption styles</title>

<script>
function removestyles(i){

document.getElementsByTagName('table')[0].removeAttribute('style');

document.getElementsByTagName('object')[0].removeAttribute('style');

document.getElementsByTagName('table')[1].removeAttribute('style');
document.location.reload();
}

setTimeout(removestyles,500,0);
</script>
</head><body>
Mozilla should not crash on reload on this page<br>
<object><table style="display: table-caption;">
<tbody><tr><td></td></tr></tbody>
</table><object style="display: table-caption;">
</object><table style="display: table-row-group;">
<tbody><tr><td>
<img src="348126-1.gif">
</td></tr></tbody></table>
<img src="348126-1.gif">
</object>

</body></html>