File: bugzilla-83979.svg

package info (click to toggle)
qtwebkit 2.3.4.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 290,632 kB
  • sloc: cpp: 1,417,515; python: 85,048; ansic: 39,357; perl: 38,862; ruby: 10,313; objc: 9,505; xml: 8,679; asm: 3,864; yacc: 2,458; sh: 1,237; lex: 813; makefile: 592; java: 228; php: 79
file content (16 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <filter id="ds2">
      <feGaussianBlur id="blur" result="blur"/>
    </filter>
  </defs>
  <text x="50" y="50">This test passes if it does not crash after load in Debug builds.</text>
  <image id="image" xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect/%3E%3C/svg%3E" width="50" height="50" filter="url(#ds2)"/>
<script><![CDATA[
for (var i = 0; i < 10000; i++) {
}
document.getElementById("blur").appendChild(document.getElementById("image").cloneNode());
for (var i = 0; i < 10000; i++) {
}
]]></script>
</svg>