gecko/layout/reftests/border-radius/scroll-1-ref.html

9 lines
184 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<body>
2011-01-04 02:35:27 -08:00
<div style="border-radius:100px; width:300px; height:300px; overflow:hidden;">
<div style="height:20px; background:blue;"></div>
</div>
</body>
</html>