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