<!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>