gecko/layout/reftests/bugs/24998-1-ref.html
2007-12-18 13:30:13 -08:00

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>