blob: a12b3fc375123446de665485b8b205161e4e8fc4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 200px;
height: 100px;
background-image: filter(url(resources/svg-noblur.svg), blur(3px));
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>