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