layout/svg/crashtests/478128-1.svg

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:58bdee5b9574
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script type="text/javascript">
3
4 function boom()
5 {
6 document.documentElement.style.MozColumnCount = '15';
7 }
8 window.onload = function() { setTimeout(boom, 20); };
9
10 </script>
11
12 <foreignObject width="50" height="50" filter="url(#f1)"/>
13
14 <filter id="f1"/>
15 </svg>

mercurial