core: Add tellTarget regression test

This commit is contained in:
Mike Welsh 2019-09-17 10:36:25 -07:00
parent 7b63dc05c4
commit ae80900f17
4 changed files with 10 additions and 0 deletions

View File

@ -38,6 +38,7 @@ swf_tests! {
(goto_advance2, "avm1/goto_advance2", 10), (goto_advance2, "avm1/goto_advance2", 10),
(goto_rewind1, "avm1/goto_rewind1", 10), (goto_rewind1, "avm1/goto_rewind1", 10),
(goto_rewind2, "avm1/goto_rewind2", 10), (goto_rewind2, "avm1/goto_rewind2", 10),
(tell_target, "avm1/tell_target", 3),
} }
/// Loads an SWF and runs it through the Ruffle core for a number of frames. /// Loads an SWF and runs it through the Ruffle core for a number of frames.

View File

@ -0,0 +1,9 @@
n: 1
tellTarget('clip2') {
n: 2
tellTarget('INVALID') {
n: 9
}
n: 2
}
n: 1

Binary file not shown.

Binary file not shown.