tests: Add clip_events regression test

This commit is contained in:
Mike Welsh 2019-12-01 12:16:02 -08:00
parent 76e94dda1c
commit 1fe170400c
4 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,7 @@ macro_rules! swf_tests {
swf_tests! { swf_tests! {
(add_property, "avm1/add_property", 1), (add_property, "avm1/add_property", 1),
(as_transformed_flag, "avm1/as_transformed_flag", 3), (as_transformed_flag, "avm1/as_transformed_flag", 3),
(clip_events, "avm1/clip_events", 4),
(do_init_action, "avm1/do_init_action", 3), (do_init_action, "avm1/do_init_action", 3),
(execution_order1, "avm1/execution_order1", 3), (execution_order1, "avm1/execution_order1", 3),
(execution_order2, "avm1/execution_order2", 15), (execution_order2, "avm1/execution_order2", 15),

View File

@ -0,0 +1,10 @@
frame 1
frame 2
clip load
clip frame 1
clip enterFrame
clip onEnterFrame
frame 3
clip unload
clip onUnload
frame 4

Binary file not shown.

Binary file not shown.