зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
348 B
HTML
16 строки
348 B
HTML
|
<script>
|
||
|
function go() {
|
||
|
a.addEventListener("DOMSubtreeModified", go)
|
||
|
b.setAttribute("y", "")
|
||
|
SpecialPowers.gc()
|
||
|
SpecialPowers.forceCC()
|
||
|
try { c.viewBox.animVal[undefined] = ''} catch(e) { }
|
||
|
try { c.viewBox.animVal.x; } catch(e) { }
|
||
|
}
|
||
|
</script>
|
||
|
<filter id="a">
|
||
|
<svg id="" onload="go()">
|
||
|
<path id="b">
|
||
|
<view id="c" viewBox="1 9 0 1" />
|
||
|
|