diff --git a/core/tests/swfs/avm1/movieclip_getbounds/output.txt b/core/tests/swfs/avm1/movieclip_getbounds/output.txt index f4e6db994..66982e397 100644 --- a/core/tests/swfs/avm1/movieclip_getbounds/output.txt +++ b/core/tests/swfs/avm1/movieclip_getbounds/output.txt @@ -40,6 +40,12 @@ 145.75 469.5 +// clip4.getBounds(_root) +236.2 +330.2 +286.2 +380.2 + // clip.getBounds('/') 3.5 50 @@ -124,6 +130,12 @@ undefined 145.75 469.5 +// clip4.getRect(_root) +236.2 +330.2 +286.2 +380.2 + // clip.getRect('/') 3.5 50 diff --git a/core/tests/swfs/avm1/movieclip_getbounds/test.fla b/core/tests/swfs/avm1/movieclip_getbounds/test.fla index cc1e8b23f..b790915e1 100644 Binary files a/core/tests/swfs/avm1/movieclip_getbounds/test.fla and b/core/tests/swfs/avm1/movieclip_getbounds/test.fla differ diff --git a/core/tests/swfs/avm1/movieclip_getbounds/test.swf b/core/tests/swfs/avm1/movieclip_getbounds/test.swf index 9a86ab293..20491d04e 100644 Binary files a/core/tests/swfs/avm1/movieclip_getbounds/test.swf and b/core/tests/swfs/avm1/movieclip_getbounds/test.swf differ