mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest for bug 719779 (and dupe bug 711653). (test-only)
This commit is contained in:
parent
6be48c1ec7
commit
c794ffb572
19
content/svg/content/src/crashtests/719779-1.svg
Normal file
19
content/svg/content/src/crashtests/719779-1.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="80" y="80" width="300" height="180" viewBox="0 0 200 120">
|
||||
|
||||
<defs>
|
||||
<filter id="MyFilter" filterUnits="userSpaceOnUse" >
|
||||
<feGaussianBlur />
|
||||
<feOffset />
|
||||
<feSpecularLighting >
|
||||
<fePointLight />
|
||||
</feSpecularLighting>
|
||||
<feComposite />
|
||||
<feMerge>
|
||||
<feMergeNode />
|
||||
<feMergeNode />
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g transform="matrix(100,-2562303,3000,100,300,300) " filter="url(#MyFilter)"/>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 634 B |
@ -58,6 +58,7 @@ load 603145-1.svg
|
||||
load 613899-1.svg
|
||||
load 613899-2.svg
|
||||
load zero-size-image.svg
|
||||
load 719779-1.svg
|
||||
load 723441-1.html
|
||||
load 751515-1.svg
|
||||
load 761507-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user