Commit 144367bb authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

Crashtest for bug 660451; r=roc

parent 9436f4ec
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
<!DOCTYPE html>
<html>
<head>
<script>
function doe() {
document.getElementById('b').setAttribute('style', 'position: absolute;');
document.body.offsetHeight;
document.body.setAttribute('style', 'position: relative;');
document.body.offsetHeight;
document.getElementById('b').setAttribute('style', '');
}
setTimeout(doe,0);
</script>
</head>
<body>

<span style="position: relative; ">
<div>
<div id="b">
</div>
</div>
</span>
</body>
</html>
+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ load 650499-1.html
load 656130-1.html
load 656130-2.html
load 660416.html
load 660451-1.html
load 665853.html
load text-overflow-form-elements.html
load text-overflow-iframe.html