mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
20 lines
289 B
XML
20 lines
289 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<svg id="a" requiredExtensions="x"/>
|
|
|
|
<script>
|
|
<![CDATA[
|
|
|
|
function boom()
|
|
{
|
|
document.getElementById("a").unsuspendRedrawAll();
|
|
}
|
|
|
|
window.addEventListener("load", boom, false);
|
|
|
|
]]>
|
|
</script>
|
|
|
|
</svg>
|