blob: 3a15fa9bfb28c37f7654d6701801776930f74b0c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that background images with filters scale properly.</title>
<style>
div {
background-image: filter(url(../replaced/resources/compass.jpg), sepia(1));
background-size: 100px 100px;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>