mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Crashtest for bug 660451; r=roc
This commit is contained in:
parent
ba66014efb
commit
5ed6e406a3
24
layout/generic/crashtests/660451-1.html
Normal file
24
layout/generic/crashtests/660451-1.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>
|
@ -364,6 +364,7 @@ load 650499-1.html
|
|||||||
load 656130-1.html
|
load 656130-1.html
|
||||||
load 656130-2.html
|
load 656130-2.html
|
||||||
load 660416.html
|
load 660416.html
|
||||||
|
load 660451-1.html
|
||||||
load 665853.html
|
load 665853.html
|
||||||
load text-overflow-form-elements.html
|
load text-overflow-form-elements.html
|
||||||
load text-overflow-iframe.html
|
load text-overflow-iframe.html
|
||||||
|
Loading…
Reference in New Issue
Block a user