tenfourfox/layout/reftests/bugs/24998-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
290 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>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>