blob: c00af917f0ba5cd5704c6f16f788520bea586244 [file] [log] [blame]
<!DOCTYPE HTML>
<style>
#overlapper {
width: 400px;
height: 400px;
left: 208px;
background: gray;
position: absolute;
}
#container {
position: absolute;
width: 180px;
height: 180px;
background: papayawhip;
}
#composited {
width: 100px;
height: 100px;
left: 200px;
background: green;
position: absolute;
visibility: hidden;
}
#squashed {
position: absolute;
width: 50px;
height: 50px;
background: blue;
}
</style>
<div id="overlapper"></div>
<div id="container">
<div id="composited"></div>
</div>
<div id="squashed"></div>
THIS TEST PASSES IF IT DOES NOT CRASH