blob: 87891ea198381ea1b99a77bbb9ec4e5ef763bbcd (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<body onload="document.getElementById('a').appendChild(document.getElementById('b'));">
<div id="b"></div>
<div style="filter: url(#b);"></div>
<div id="a"></div>
</body>
</html>
|