mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 667025 - crash test.
This commit is contained in:
parent
ada13e3c90
commit
eabd47d1e6
22
layout/generic/crashtests/667025.html
Normal file
22
layout/generic/crashtests/667025.html
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user