зеркало из https://github.com/mozilla/pjs.git
Bug 667025 - crash test.
This commit is contained in:
Родитель
f851010d2f
Коммит
ce0576e983
|
@ -0,0 +1,22 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.offsetHeight;
|
||||
|
||||
document.documentElement.style.direction = "rtl";
|
||||
|
||||
document.documentElement.offsetHeight;
|
||||
var s = document.getElementById("s");
|
||||
|
||||
s.removeChild(s.firstChild);
|
||||
|
||||
document.documentElement.offsetHeight;
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();" style="width: 1px;"><span id="s"> x y</span></body>
|
||||
</html>
|
|
@ -364,3 +364,4 @@ load text-overflow-form-elements.html
|
|||
load text-overflow-iframe.html
|
||||
load text-overflow-bug666751-1.html
|
||||
load text-overflow-bug666751-2.html
|
||||
load 667025.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче