Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <svg xmlns="http://www.w3.org/2000/svg" |
michael@0 | 2 | xmlns:xlink="http://www.w3.org/1999/xlink" |
michael@0 | 3 | class="reftest-wait"> |
michael@0 | 4 | |
michael@0 | 5 | <script xlink:href="../smil-util.js" type="text/javascript"/> |
michael@0 | 6 | <script> |
michael@0 | 7 | function doTest() { |
michael@0 | 8 | setTimeAndSnapshot(101, false); |
michael@0 | 9 | } |
michael@0 | 10 | window.addEventListener("MozReftestInvalidate", doTest, false); |
michael@0 | 11 | </script> |
michael@0 | 12 | |
michael@0 | 13 | <rect width="100%" height="100%" fill="lime" /> |
michael@0 | 14 | |
michael@0 | 15 | <!-- Test 1: We shouldn't animate a width attribute with animateTransform --> |
michael@0 | 16 | |
michael@0 | 17 | <rect width="0px" height="50px" fill="red"> |
michael@0 | 18 | <animateTransform attributeName="width" begin="100s" dur="1s" |
michael@0 | 19 | from="0" to="100" fill="freeze" /> |
michael@0 | 20 | </rect> |
michael@0 | 21 | |
michael@0 | 22 | </svg> |