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