summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/smil10-minimal.smi
blob: 7d2710fe61d07e2679d19c157485f6168f43d0eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN"
  "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
<smil>
<head>
</head>
<body>
<par>
<img id="i1"
         src="http://smil.nist.gov/interop1/getout.jpg"
         dur="2s"
      />
</par>
</body>
</smil>