<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 that changes 'display' attribute</title> <script xlink:href="smil-util.js" type="text/javascript"/> <rect display="none" width="100%" height="100%" fill="lime"> <animate attributeName="display" values="none;inline" calcMode="discrete" dur="100s"/> </rect> <script> window.addEventListener("MozReftestInvalidate", function() { setTimeAndWaitToSnapshot(49.9, 0.1); }); </script> </svg>