diff --git a/tests/tests/swfs/avm2/stage_loaderinfo_properties/output.txt b/tests/tests/swfs/avm2/stage_loaderinfo_properties/output.txt index fb52c4de4..3b416d9f5 100644 --- a/tests/tests/swfs/avm2/stage_loaderinfo_properties/output.txt +++ b/tests/tests/swfs/avm2/stage_loaderinfo_properties/output.txt @@ -1,10 +1,24 @@ //this.stage.loaderInfo.bytesLoaded -753 +943 //this.stage.loaderInfo.bytesTotal -753 +943 //this.stage.loaderInfo.content === this true //this.stage.loaderInfo.loaderURL.indexOf("test.swf") != -1 true +//this.stage.loaderInfo.applicationDomain !== null +true +//this.stage.loaderInfo.content === this +true +//this.stage.loaderInfo.isURLInaccessible +false +//this.stage.loaderInfo.url.indexOf("test.swf") != -1 +true +//this.stage.loaderInfo.loader +null +//this.stage.loaderInfo.parameters !== null +true +//this.stage.loaderInfo.sharedEvents !== null +true //this.stage.loaderInfo.contentType null diff --git a/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.fla b/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.fla index 454563472..a762aefae 100644 Binary files a/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.fla and b/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.fla differ diff --git a/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.swf b/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.swf index 79d426a36..83d1b4991 100644 Binary files a/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.swf and b/tests/tests/swfs/avm2/stage_loaderinfo_properties/test.swf differ