Add bug 443528 crashtest (based on the crashtest.diff created by Mats) to CLOSED TREE

This commit is contained in:
Jesse Ruderman 2008-11-29 18:57:00 -08:00
Родитель d6ebb2f414
Коммит 949f921188
2 изменённых файлов: 20 добавлений и 0 удалений

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

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
var s = document.getElementById("s");
document.body.insertBefore(document.createTextNode("\n "), s);
document.body.offsetHeight;
s.appendChild(document.createElement("span"));
}
</script>
</head>
<body onload="boom();" style="-moz-column-count: 2; font-size: 1500px; white-space: pre-wrap;"><span id="s" style="display: inline-block"></span><div style="height: 100px;"></div></body>
</html>

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

@ -157,6 +157,7 @@ load 430352-1.html
load 437156-1.html
load 438259-1.html
load 438509-1.html
load 443528-1.html
load 448903-1.html
load 451334-1.html
load 455171-1.html