blob: 093a425e1e66cf239dbfffdd6c3897940256b993 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
class="reftest-wait"
onload="setTimeAndSnapshot(1, true)">
<title>Test animation is disabled if conditional processing fails</title>
<script xlink:href="smil-util.js" type="text/javascript"/>
<rect width="100%" height="100%" fill="red"/>
<rect width="100%" height="100%" fill="lime">
<set systemLanguage="foo" attributeName="width"
to="0%" dur="5s" begin="0s"/>
</rect>
</svg>
|