Add crashtest (testcase by Mats Palmgren)

This commit is contained in:
jruderman@hmc.edu 2007-12-15 21:33:01 -08:00
Родитель 4db0916c8c
Коммит 2f2aa641e2
2 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Testcase #1 for bug 348688</title>
<script>
function boom() {
var e = document.getElementById('inline1');
e.parentNode.removeChild(e);
e = document.getElementById('inline2');
e.parentNode.removeChild(e);
var x = document.body.offsetHeight;
}
</script>
</head>
<body onload="boom()">
<div style="overflow:hidden">
<font><span id="inline1"><b id="float1" style="float:left">x</b></span></font>
<i id="inline2">y</i>
</div>
</body>
</html>

Просмотреть файл

@ -12,6 +12,7 @@ load 335140-1.html
load 337419-1.html
load 339651-1.html
load 343540-1.html
load 348688-1.html
load 349095-1.xhtml
load 350128-1.xhtml
load 364427-1.html