mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7b4d0810ce
--HG-- extra : rebase_source : 8bf16bbc46de1f420d529f8d0a60ae07f8f0ef81
16 lines
332 B
XML
16 lines
332 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<script type="text/javascript">
|
|
|
|
function boom()
|
|
{
|
|
document.documentElement.style.MozColumnCount = '15';
|
|
}
|
|
window.onload = function() { setTimeout(boom, 20); };
|
|
|
|
</script>
|
|
|
|
<foreignObject width="50" height="50" filter="url(#f1)"/>
|
|
|
|
<filter id="f1"/>
|
|
</svg>
|