зеркало из https://github.com/mozilla/gecko-dev.git
Crashtest for bug 464589. b=464589 r=josh sr=roc
This commit is contained in:
Родитель
9bbe9e95e6
Коммит
974689b99a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче