<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="reftest-wait" onload="setTimeAndSnapshot(12, true)"> <title>Test discrete animation of the "viewBox" attribute on the "svg" element</title> <script xlink:href="smil-util.js" type="text/javascript"/> <rect width="100%" height="100%" fill="lime"/> <svg width="200" height="200" viewBox="200 0 150 50"> <animate attributeName="viewBox" calcMode="discrete" begin="10s" dur="4s" values="200 0 150 50; none; 200 0 150 50" fill="freeze"/> <rect x="-100" y="-100" width="1000" height="1000" fill="red"/> <rect width="200" height="200" fill="lime"/> </svg> </svg>