tests: Add test for AS3 movieclip play

This commit is contained in:
David Wendt 2020-09-21 20:51:29 -04:00 committed by Mike Welsh
parent 8152400a39
commit 1f29497b8c
4 changed files with 4 additions and 0 deletions

View File

@ -398,6 +398,7 @@ swf_tests! {
(as3_scene_constr, "avm2/scene_constr", 5),
(as3_movieclip_currentscene, "avm2/movieclip_currentscene", 5),
(as3_movieclip_scenes, "avm2/movieclip_scenes", 5),
(as3_movieclip_play, "avm2/movieclip_play", 5),
}
// TODO: These tests have some inaccuracies currently, so we use approx_eq to test that numeric values are close enough.

View File

@ -0,0 +1,3 @@
//Frame 1
//Frame 2
//Frame 3

Binary file not shown.

Binary file not shown.