blob: 295e92e8f9456be82e774dd96a7c93a1f922f6e5 [file] [log] [blame]
<!DOCTYPE html>
<p>Test passes if the blue rectangle has a rounded top left corner.</p>
<div style="width: 100px; height: 100px; overflow: scroll;">
<div style="transform: translate(10px, 10px);">
<div style="width: 50px; height: 50px; background-color: blue; border-radius: 25px 0 0 0;"></div>
</div>
<div style="width: 200px; height: 1px;"></div>
</div>