blob: 439d7c443cbc04dab98155d3de1e7c47ca555c48 [file] [log] [blame]
<!DOCTYPE html>
<style>
#float {
float: left;
width: 100px;
height: 100px;
background: green;
filter: blur(2px);
}
</style>
<p>There should be a blurred green square.</p>
<div id="float"></div>