mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818177 - Try to make anim-filter-filterRes-01.svg fail less often. r=dholbert
This commit is contained in:
parent
c5061c5308
commit
80f8ce6e37
@ -5,13 +5,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
class="reftest-wait"
|
||||
onload="setTimeAndSnapshot(1, true)">
|
||||
onload="setTimeAndSnapshot(101, true)">
|
||||
<title>Test animation of the "filterRes" <integer-optional-integer> attribute on "filter" elements</title>
|
||||
<script xlink:href="smil-util.js" type="text/javascript"/>
|
||||
<filter id="filter" x="0" y="0" width="1" height="1" filterRes="10 10">
|
||||
<animate attributeName="filterRes"
|
||||
calcMode="linear"
|
||||
begin="0s" dur="2s"
|
||||
begin="100s" dur="2s"
|
||||
from="0" to="2000 2000"
|
||||
fill="freeze"/>
|
||||
<feGaussianBlur stdDeviation="0.001"/>
|
||||
|
Before Width: | Height: | Size: 998 B After Width: | Height: | Size: 1002 B |
Loading…
Reference in New Issue
Block a user