summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/smil/container/deferred-anim-1-ref.xhtml
blob: ea59e77c8d9602901178156ec50d9ad1aa8a1dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Deferred animation</title>
  </head>

  <body>
    <svg xmlns="http://www.w3.org/2000/svg" width="200px" height="200px">
      <rect width="199" height="199" fill="green"/>
    </svg>
  </body>
</html>