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