tests: Add tests for properties that are only accessible on frame 2

This commit is contained in:
David Wendt 2021-03-19 23:20:44 -04:00 committed by kmeisthax
parent 12dcfe7c62
commit c156cd2a16
3 changed files with 12 additions and 2 deletions

View File

@ -1,8 +1,18 @@
//this.loaderInfo.bytesLoaded //this.loaderInfo.bytesLoaded
603 754
//this.loaderInfo.bytesTotal //this.loaderInfo.bytesTotal
603 754
//this.loaderInfo.content === this //this.loaderInfo.content === this
true true
//this.loaderInfo.contentType //this.loaderInfo.contentType
null null
//this.loaderInfo.actionScriptVersion
3
//this.loaderInfo.frameRate
24
//this.loaderInfo.height
400
//this.loaderInfo.swfVersion
43
//this.loaderInfo.width
550