<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reftest-wait"> <title>Test animation of gradient attribute 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" x1="0"> <stop offset="0%" stop-color="red" /> <stop offset="100%" stop-color="lime" /> <animate attributeName="x1" values="0;1" calcMode="discrete" dur="100s"/> </linearGradient> </defs> <script> window.addEventListener("MozReftestInvalidate", function() { setTimeAndWaitToSnapshot(49.9, 0.1); }); </script> </svg>