tests: Added avm2 click_test test from #9287, ignored as it fails

This commit is contained in:
Nathan Adams 2023-01-26 20:20:22 +01:00 committed by kmeisthax
parent 666a55e503
commit b14831417a
5 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,47 @@
[
{
"type": "MouseMove",
"pos": [21, 24]
},
{
"type": "MouseDown",
"pos": [21, 24],
"btn": "Left"
},
{
"type": "MouseMove",
"pos": [522, 27]
},
{
"type": "MouseDown",
"pos": [522, 27],
"btn": "Left"
},
{
"type": "MouseMove",
"pos": [26, 373]
},
{
"type": "MouseDown",
"pos": [26, 373],
"btn": "Left"
},
{
"type": "MouseMove",
"pos": [477, 343]
},
{
"type": "MouseDown",
"pos": [477, 343],
"btn": "Left"
},
{
"type": "MouseMove",
"pos": [276, 197]
},
{
"type": "MouseDown",
"pos": [276, 197],
"btn": "Left"
}
]

View File

@ -0,0 +1,4 @@
Clicked at 522, 27
Clicked at 26, 373
Clicked at 477, 343
Clicked at 276, 197

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
num_frames = 1
ignore = true