mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
73e0f6b5f2
--HG-- extra : rebase_source : a167ccf140387fa50e3668422b5a74bea0527255
11 lines
204 B
HTML
11 lines
204 B
HTML
<!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>
|