Skip to content

Commit 5624c30

Browse files
tests: Add tests for mixed AVM in SWFv9 vs SWFv10
1 parent f34ba0c commit 5624c30

File tree

8 files changed

+18
-0
lines changed

8 files changed

+18
-0
lines changed
179 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Content before load: null
2+
Content after load: [object AVM1Movie]
3+
Num children of main MC: 1
4+
Got error adding child: error 2180
5+
Num children of main MC after adding: 1
6+
Content after adding: [object AVM1Movie]
7+
Content X after setting x: 99
8+
(inner swf) x set, new value: 99
977 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
num_frames = 3
179 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Content before load: null
2+
Content after load: [object AVM1Movie]
3+
Num children of main MC: 1
4+
Second child of main MC after adding: [object AVM1Movie]
5+
Num children of main MC after adding: 2
6+
Content after adding: [object AVM1Movie]
7+
Content X after setting x: 99
8+
(inner swf) x set, new value: 99
977 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
num_frames = 3

0 commit comments

Comments
 (0)