v1
1/24/2023 by victor-homyakov -00
Setup HTML - click to add setup HTML
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



var g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



let g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



const g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



var g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



let g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove upmove downdrag and drop case


ready



const g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
delete caserun single casemove updrag and drop case


ready



g = { e: [] }
g.o = function(x) { g.e.push(...[1,2,3]) }
g.o()
Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN