mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 944579 - crashtest.
This commit is contained in:
parent
bbd47ba64d
commit
a64762cc96
26
gfx/tests/crashtests/944579.svg
Normal file
26
gfx/tests/crashtests/944579.svg
Normal file
@ -0,0 +1,26 @@
|
||||
<html><head></head><body><svg xmlns="http://www.w3.org/2000/svg" width="500">
|
||||
|
||||
<filter>
|
||||
<feMorphology></feMorphology>
|
||||
</filter>
|
||||
<g><rect></rect>
|
||||
</g>
|
||||
|
||||
<filter>
|
||||
<feMorphology></feMorphology>
|
||||
</filter>
|
||||
<g>
|
||||
<rect></rect>
|
||||
</g>
|
||||
|
||||
<filter id="f3" primitiveUnits="objectBoundingBox">
|
||||
<feMorphology operator="dilate" radius="32542"></feMorphology>
|
||||
</filter>
|
||||
<g filter="url(#f3)"><rect width="4294967217ex" height="100" x="29%"></rect>
|
||||
</g>
|
||||
|
||||
<filter></filter>
|
||||
<g></g>
|
||||
|
||||
</svg>
|
||||
</body><style>></style></html><!-- -->
|
@ -111,4 +111,5 @@ load 893572-1.html
|
||||
load 893572-2.html
|
||||
load 893572-3.html
|
||||
load 893572-4.html
|
||||
load 944579.svg
|
||||
load 1034403-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user