haikuwebkit/LayoutTests/fast/filter-image/background-filter-image-exp...

21 lines
392 B
HTML

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