repo.or.cz
/
gnash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update with current status
[gnash.git]
/
testsuite
/
misc-ming.all
/
attachImported.as
blob
69078cceff59b401139716ae70484dfa57397e54
1
attachMovie
(
'redsquare'
,
'rq'
,
1
);
2
check_equals
(
rq
.
_width
,
60.1
);
3
stop
();
4
5
note
(
"END_OF_TEST"
);