mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
17 lines
295 B
HTML
17 lines
295 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>-moz-border-radius background image clipping (bug 24998)</title>
|
|
<style type="text/css">
|
|
div {
|
|
height: 100px;
|
|
width: 100px;
|
|
background-color: #0000ff;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|