Add test for `_global`, `_root`, and `_parent` as movie clip properties

This commit is contained in:
David Wendt 2019-10-11 19:33:13 -04:00
parent b3c955b4d8
commit ff7fe94e90
4 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,7 @@ swf_tests! {
(custom_clip_methods, "avm1/custom_clip_methods", 3),
(delete, "avm1/delete", 3),
(timeline_function_def, "avm1/timeline_function_def", 3),
(root_global_parent, "avm1/root_global_parent", 3),
}
/// Loads an SWF and runs it through the Ruffle core for a number of frames.

View File

@ -0,0 +1,6 @@
true
true
true
true
true
true

Binary file not shown.

Binary file not shown.