ruffle/tests
Mike Welsh b82391726f avm1: MovieClip.getBytesLoaded/Total should return the clip's length
MovieClip.getBytesLoaded and getBytesTotal return the size of that
specific clip, even if it's not a loaded SWF.  The previous logic
only returned the size of the parent SWF.

If the clip is an SWF, the uncompressed size of the SWF is returned.
Otherwise, the length of the tag list inside the clip's DefineSprite
tag is returned.
2021-05-04 16:36:56 -07:00
..
tests avm1: MovieClip.getBytesLoaded/Total should return the clip's length 2021-05-04 16:36:56 -07:00
Cargo.toml Move all SWF tests out of `core` to new `tests` package 2021-05-04 11:47:59 -07:00