blob: 9191ac1c06c6e86fca2a2efcc6a0d6ace4539136 [file] [log] [blame]
<script src="resources/ensure-hidpi.js"></script>
<style>
#box {
width: 100px;
height: 100px;
background-color: green;
filter: url("#a");
}
</style>
<body>
<div id="box"></div>
<svg>
<filter id="a">
<feComponentTransfer/>
<feGaussianBlur stdDeviation="0"/>
</filter>
</svg>
</body>