tenfourfox/layout/reftests/border-radius/zero-radius-clip-1.html

8 lines
188 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<body>
<div style="background: blue; height: 100px; border-radius: 0 0 0 0; border-radius: 0 0 0 0;">
<div style="background: purple; height: 50px;"></div>
</div>
</body>
</html>