blob: 229414f3fd4b07daaad914af184c73da707ecbf7 [file]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
position: relative;
width: 200px;
height: 200px;
}
</style>
</head>
<body>
<p>This test should not crash.</p>
<div style="background-color: green; overflow: clip">
<div>
<div style="background-color: blue; left: 100px; top: 100px"></div>
</div>
</div>
</body>
</html>