blob: 70c648a3b8f477fd3daaf6d8d9f14f8d246ebc02 [file] [log] [blame]
<html>
<head>
<style>
.overlay {
position: absolute;
top: 0;
left: 0;
width: 102px;
height: 106px;
background-color: green;
}
</style>
</script>
</head>
<body>
<div class="overlay"></div>
<div class="overlay" style="left: 140px"></div>
<div class="overlay" style="top: 140px"></div>
<div class="overlay" style="top: 140px; left: 140px;"></div>
<p style="margin-top: 280px;">The content should wrap around the triangle shapes, it should fit in the content box, so you should see four green rectangles.
You shouldn't see any red.</p>
<p><a href='http://webkit.org/b/127852'>Bug 128693</a>: [CSS Shapes] Adjust lineTop position to the next available wrapping location at shape-outsides</p>
</body>
</html>