blob: d19a8ea1608de301e201df7ad1e624e16a311999 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that background images with filters scale properly.</title>
<style>
img {
width: 100px;
height: 100px;
filter: sepia(1);
}
</style>
</head>
<body>
<img src="../replaced/resources/compass.jpg">
</body>
</html>