gecko/layout/reftests/bugs/24998-1-ref.html

17 lines
295 B
HTML
Raw Normal View History

2007-12-18 03:22:54 -08:00
<!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;
2007-12-18 03:22:54 -08:00
}
</style>
</head>
<body>
<div></div>
</body>
</html>