<!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> |