big merge from master, fix rpm creation, drop fetching swfdec
[gnash.git] / testsuite / misc-ming.all / attachImported.as
blob69078cceff59b401139716ae70484dfa57397e54
1 attachMovie('redsquare', 'rq', 1);
2 check_equals(rq._width, 60.1);
3 stop();
5 note("END_OF_TEST");