Optionally enable clutter-webkit
[laugh.git] / tests / linking-all.smil
blobe0d20694a5280bab8b1e399924a0ea921b9158ce
1 <smil>
2   <head>
3     <layout>
4       <root-layout width="320" height="240" background-color="burlywood"/>
5       <region id="text1" left="60" top="20" width="200" height="20"/>
6       <region id="text2" left="60" top="50" width="200" height="20"/>
7       <region id="text3" left="60" top="80" width="200" height="20"/>
8       <region id="text4" left="60" top="110" width="200" height="20"/>
9     </layout>
10   </head>
11   <body>
12     <par dur="indefinite">
13       <a href="region1.smil">
14         <text src="data:,region1" region="text1"/>
15       </a>
16       <a href="region2.smil">
17         <text src="data:,region2" region="text2"/>
18       </a>
19       <a href="linking1.smil">
20         <text src="data:,linking1" region="text3"/>
21       </a>
22       <a href="linking2.smil">
23         <text src="data:,linking2" region="text4"/>
24       </a>
25     </par>
26   </body>
27 </smil>