зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
238 B
HTML
13 строки
238 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Testcase, bug 526463</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="-moz-border-radius: 50px;overflow:hidden;background:gold">
|
||
|
outer div
|
||
|
<div>inner div</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|