1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/276053-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<html><head><title>Testcase bug 276053 - Closeing a tab with http://linuxblog.sytes.net loaded in it causes Firefox to crash [@ nsView::GetDimensions]</title> 1.5 +<style> 1.6 +#serendipityRightSideBar { 1.7 + display: block; 1.8 +} 1.9 +</style> 1.10 +</head> 1.11 + 1.12 +<body> 1.13 +<table><tbody><tr> 1.14 +<td> 1.15 +You should be able to see a green block at the right of this text<br> 1.16 +Closing this page, should not cause a crash.<br> 1.17 + 1.18 +<script>var x=document.body.offsetHeight;</script> 1.19 +</td> 1.20 +<td id="serendipityRightSideBar"> 1.21 + <iframe src="data:text/html;charset=utf-8,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody%20style%3D%22background-color%3Agreen%22%3EYou%20should%20be%20able%20to%20see%20this%20text%3C/body%3E%3C/html%3E"></iframe> 1.22 +</td> 1.23 +</tr></tbody></table> 1.24 +</body></html> 1.25 \ No newline at end of file