tenfourfox/layout/reftests/border-radius/zero-radius-clip-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
188 B
HTML

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