Add automated tests on function-type FSCommand parameter passing.
[gnash.git] / testsuite / misc-swfmill.all / background.xml
blob85120739cb3b9aac73917b7b4654a49008b5b9e6
1 <?xml version="1.0"?>
3 <swf version="6" compressed="1">
5 <!--
6 Test for background color
7 -->
9   <Header width="12800" height="9600" framerate="2" frames="2">
11     <size>
12       <Rectangle left="0" right="12800" top="0" bottom="9600"/>
13     </size>
15     <tags>
17       <SetBackgroundColor>
18         <color>
19           <Color red="244" green="0" blue="0"/>
20         </color>
21       </SetBackgroundColor>
23       <SetBackgroundColor>
24         <color>
25           <Color red="0" green="255" blue="0"/>
26         </color>
27       </SetBackgroundColor>
29       <ShowFrame/>
31       <SetBackgroundColor>
32         <color>
33           <Color red="0" green="0" blue="255"/>
34         </color>
35       </SetBackgroundColor>
37       <ShowFrame/>
39       <End/>
41     </tags>
43   </Header>
44 </swf>