Mypal/layout/reftests/bugs/526463-1-ref.html
2019-03-11 13:26:37 +03:00

13 lines
233 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testcase, bug 526463</title>
</head>
<body>
<div style="border-radius: 50px;overflow:hidden;background:gold">
outer div
<div>inner div</div>
</div>
</body>
</html>