Crashtest for bug 464589. b=464589 r=josh sr=roc

This commit is contained in:
Steven Michaud 2008-12-04 11:12:19 -06:00
Родитель 9bbe9e95e6
Коммит 974689b99a
2 изменённых файлов: 21 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
<html>
<head>
<script type="text/javascript">
function boom()
{
var o2 = document.createElement("option");
document.getElementById("o1").appendChild(o2);
o2.style.padding = "131072cm";
}
</script>
</head>
<body onload="boom();">
<select><option id="o1" style="height: 0cm;"></option></select>
</body>
</html>

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

@ -5,3 +5,4 @@ load 444260-1.xul
load 444864-1.html
load 449111-1.html
load 460387-1.html
load 464589-1.html