зеркало из https://github.com/mozilla/pjs.git
Add bug 443528 crashtest (based on the crashtest.diff created by Mats) to CLOSED TREE
This commit is contained in:
Родитель
697316bb02
Коммит
d7ec4c8ac7
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче