mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Bug 656130 - Part 2: More crashtests; r=roc
This commit is contained in:
parent
941f2f10c3
commit
947ce13613
24
layout/generic/crashtests/656130-2.html
Normal file
24
layout/generic/crashtests/656130-2.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!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>
|
@ -362,6 +362,7 @@ load 646983-1.html
|
||||
load 647332-1.html
|
||||
load 650499-1.html
|
||||
load 656130-1.html
|
||||
load 656130-2.html
|
||||
load 660416.html
|
||||
load text-overflow-form-elements.html
|
||||
load text-overflow-iframe.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user