Add some crashtests for feImage
git-svn-id: svn://10.0.0.236/trunk@242619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a719a8a3f1
commit
3e9eb12bb7
19
mozilla/content/svg/content/src/crashtests/410659-1.svg
Normal file
19
mozilla/content/svg/content/src/crashtests/410659-1.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<filter id="filter1">
|
||||
<feImage x="0"
|
||||
y="0"
|
||||
width="5%"
|
||||
height="20%"
|
||||
result="raster1"
|
||||
xlink:href="../../../../../testing/crashtest/images/tree.gif" />
|
||||
|
||||
</filter>
|
||||
|
||||
<rect x="0"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%"
|
||||
filter="url(#filter1)" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 432 B |
19
mozilla/content/svg/content/src/crashtests/410659-2.svg
Normal file
19
mozilla/content/svg/content/src/crashtests/410659-2.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<filter id="filter1">
|
||||
<feImage x="0"
|
||||
y="0"
|
||||
width="5%"
|
||||
height="20%"
|
||||
result="raster1" />
|
||||
|
||||
|
||||
</filter>
|
||||
|
||||
<rect x="0"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%"
|
||||
filter="url(#filter1)" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 358 B |
19
mozilla/content/svg/content/src/crashtests/410659-3.svg
Normal file
19
mozilla/content/svg/content/src/crashtests/410659-3.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<filter id="filter1">
|
||||
<feImage x="0"
|
||||
y="0"
|
||||
width="5%"
|
||||
height="20%"
|
||||
result="raster1"
|
||||
xlink:href="../../../../../testing/crashtest/images/tree.gif" />
|
||||
<feTile />
|
||||
</filter>
|
||||
|
||||
<rect x="0"
|
||||
y="0"
|
||||
width="100%"
|
||||
height="100%"
|
||||
filter="url(#filter1)" />
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 447 B |
@ -25,3 +25,6 @@ load 398926-fill.svg
|
||||
load 398926-stroke.svg
|
||||
load 405639-1.svg
|
||||
load 406361-1.html
|
||||
load 410659-1.svg
|
||||
load 410659-2.svg
|
||||
load 410659-3.svg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user