mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add testcase for bug 427325 as a crashtest
This commit is contained in:
parent
2466a54798
commit
8910816179
11
content/svg/content/src/crashtests/427325-1.svg
Normal file
11
content/svg/content/src/crashtests/427325-1.svg
Normal file
@ -0,0 +1,11 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<filter id="f">
|
||||
<feGaussianBlur stdDeviation="0.1"/>
|
||||
</filter>
|
||||
|
||||
<g filter="url(#f)">
|
||||
<rect width="100" height="100" fill="lime"/>
|
||||
</g>
|
||||
|
||||
</svg>
|
After Width: | Height: | Size: 201 B |
@ -36,5 +36,6 @@ load 410659-3.svg
|
||||
load 412104-1.svg
|
||||
load 413174-1.svg
|
||||
load 414188-1.svg
|
||||
load 427325-1.svg
|
||||
load 428228-1.svg
|
||||
load 428841-1.svg
|
||||
|
Loading…
Reference in New Issue
Block a user