Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/smil/reftest.list
class="reftest-wait">
<title>Test animation of gradient property in 'defs' element</title>
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect fill="url(#gradient)" width="100%" height="100%"/>
<defs>
<linearGradient id="gradient">
<stop>
<animate attributeName="stop-color"
values="red;lime"
calcMode="discrete"
dur="100s"/>
</stop>
</linearGradient>
</defs>
<script>
window.addEventListener("MozReftestInvalidate", function() {
setTimeAndWaitToSnapshot(49.9, 0.1);
});
</script>
</svg>