2009-01-14 20:38:07 -08:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
class="reftest-wait"
|
|
|
|
onload="setTimeAndSnapshot(2.5, false)">
|
2009-07-15 21:20:16 -07:00
|
|
|
<!-- This test checks a basic animation with "xlink:href" targeting -->
|
2009-01-14 20:38:07 -08:00
|
|
|
<script xlink:href="smil-util.js" type="text/javascript"/>
|
2009-07-15 21:20:16 -07:00
|
|
|
<rect id="blueRect" x="15" y="15" width="200" height="100" fill="blue"/>
|
|
|
|
<animate xlink:href="#blueRect" attributeName="height"
|
|
|
|
to="200" begin="0s" dur="2s" fill="freeze"/>
|
2009-01-14 20:38:07 -08:00
|
|
|
</svg>
|